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/git-url-sub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/git-url-sub.rb') diff --git a/Library/Formula/git-url-sub.rb b/Library/Formula/git-url-sub.rb index 83d1d6865..ee63a6419 100644 --- a/Library/Formula/git-url-sub.rb +++ b/Library/Formula/git-url-sub.rb @@ -2,8 +2,8 @@ require 'formula' class GitUrlSub < Formula homepage 'http://gosuri.github.com/git-url-sub' - url 'https://github.com/gosuri/git-url-sub/tarball/1.0.1' - sha1 '0aa661b1d040871545fb8ea5617e8b64f7e139f8' + url 'https://github.com/gosuri/git-url-sub/archive/1.0.1.tar.gz' + sha1 '294631d898a4263285f7a2ac0ce93ff494dadbf8' def install system "make", "install", "PREFIX=#{prefix}" -- cgit v1.2.3