diff options
| author | Andrew Janke | 2013-03-28 21:03:20 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-28 21:02:11 -0700 |
| commit | 174acd649c19dbc83f34a6a9e95bdc137b1a2a1b (patch) | |
| tree | 478011ae5fade7ce4ac0c2d1a5fc504d210a482e /Library/Formula/bup.rb | |
| parent | a5566e3b61ac314ba756fad6bf90a724c9c62017 (diff) | |
| download | homebrew-174acd649c19dbc83f34a6a9e95bdc137b1a2a1b.tar.bz2 | |
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 <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/bup.rb')
| -rw-r--r-- | Library/Formula/bup.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb index 6f59eea19..0695cd80c 100644 --- a/Library/Formula/bup.rb +++ b/Library/Formula/bup.rb @@ -2,9 +2,9 @@ require 'formula' class Bup < Formula homepage 'https://github.com/apenwarr/bup' - url 'https://github.com/apenwarr/bup/tarball/bup-0.25-rc1' + url 'https://github.com/apenwarr/bup/archive/bup-0.25-rc1.tar.gz' version '0.25-rc1' - sha1 '96760b4cca5b4655cb79caaafd2ce2e70a242a7a' + sha1 'b88bd38d6f00a646faf0bd1f561595ebc0e55b30' head 'https://github.com/apenwarr/bup.git', :branch => 'master' |
