From 174acd649c19dbc83f34a6a9e95bdc137b1a2a1b Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Thu, 28 Mar 2013 21:03:20 -0400 Subject: Change github /tarball/ URLs to /archive/ for formulae A-K The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg --- Library/Formula/hub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/hub.rb') diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 84e575474..7bdf56acf 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -2,8 +2,8 @@ require 'formula' class Hub < Formula homepage 'http://defunkt.io/hub/' - url 'https://github.com/defunkt/hub/tarball/v1.10.5' - sha1 '397d70213e653c6a503d64e95826c696dc6e099e' + url 'https://github.com/defunkt/hub/archive/v1.10.5.tar.gz' + sha1 '1de6adcc6510f5ca890e55ede0d1fca0b06054cd' head 'https://github.com/defunkt/hub.git' def install -- cgit v1.2.3