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-ftp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/git-ftp.rb') diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb index 567ed764a..2d6c189b4 100644 --- a/Library/Formula/git-ftp.rb +++ b/Library/Formula/git-ftp.rb @@ -2,8 +2,8 @@ require 'formula' class GitFtp < Formula homepage 'https://github.com/resmo/git-ftp' - url 'https://github.com/resmo/git-ftp/tarball/0.8.1' - sha1 '4dd690b08d547e1927213efeb6fc2702459a9e94' + url 'https://github.com/resmo/git-ftp/archive/0.8.1.tar.gz' + sha1 '073040fd59b838c68499b98cc98bfd01a9feff09' head 'https://github.com/resmo/git-ftp.git' -- cgit v1.2.3