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 | |
| 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>
51 files changed, 104 insertions, 102 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index 5f06a33ed..d300fc3df 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -12,8 +12,8 @@ end class Appledoc < Formula homepage 'http://appledoc.gentlebytes.com/' - url "https://github.com/tomaz/appledoc/tarball/v2.1" - sha1 'd3bd05ce3f7b755cd0dfcb15316bc9f667c1ff2f' + url "https://github.com/tomaz/appledoc/archive/v2.1.tar.gz" + sha1 'c30675e340d2ae1334e3d9254701de6f40d6658c' head 'https://github.com/tomaz/appledoc.git', :branch => 'master' diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb index ebb3568f7..f0f14ada3 100644 --- a/Library/Formula/arping.rb +++ b/Library/Formula/arping.rb @@ -2,8 +2,8 @@ require 'formula' class Arping < Formula homepage 'https://github.com/ThomasHabets/arping' - url 'https://github.com/ThomasHabets/arping/tarball/arping-2.12' - sha1 'b8c7469cfbcc021971d664381f545fb10460e0de' + url 'https://github.com/ThomasHabets/arping/archive/arping-2.12.tar.gz' + sha1 '9109330968cc058f735d59d1a81e8cef760969b5' depends_on 'libnet' diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb index e86fe8d90..e7809a4da 100644 --- a/Library/Formula/authexec.rb +++ b/Library/Formula/authexec.rb @@ -2,8 +2,8 @@ require 'formula' class Authexec < Formula homepage 'https://github.com/tcurdt/authexec' - url 'https://github.com/tcurdt/authexec/tarball/1.0' - sha1 'cae4cbd4c2d3ded8e13b4257d951efd1755ed411' + url 'https://github.com/tcurdt/authexec/archive/1.0.tar.gz' + sha1 '73d8fb4202ae99057691788442bb192972ef304c' head 'https://github.com/tcurdt/authexec.git' diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb index 865aff0d9..9b3087912 100644 --- a/Library/Formula/autoenv.rb +++ b/Library/Formula/autoenv.rb @@ -2,8 +2,8 @@ require 'formula' class Autoenv < Formula homepage 'https://github.com/kennethreitz/autoenv' - url 'https://github.com/kennethreitz/autoenv/tarball/v0.1.0' - sha1 '0682a230af78e72144dd9190ba216dada851235a' + url 'https://github.com/kennethreitz/autoenv/archive/v0.1.0.tar.gz' + sha1 '4d773ba8162b8f49abdfc07d0f8c956aa3353e0c' head 'https://github.com/kennethreitz/autoenv.git', :branch => 'master' diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb index aa79add57..6f4027d03 100644 --- a/Library/Formula/blueutil.rb +++ b/Library/Formula/blueutil.rb @@ -2,8 +2,8 @@ require 'formula' class Blueutil < Formula homepage 'https://github.com/toy/blueutil' - url 'https://github.com/toy/blueutil/tarball/v1.0.0' - sha1 '64df692f32e920590746ca9d7dc0ea19c3b5c909' + url 'https://github.com/toy/blueutil/archive/v1.0.0.tar.gz' + sha1 'b1cce64f7fa87eb0cfa32ef8e1dfc1aa06dbbd98' head 'https://github.com/toy/blueutil.git' diff --git a/Library/Formula/brew-gem.rb b/Library/Formula/brew-gem.rb index e646c8700..307e1ea9b 100644 --- a/Library/Formula/brew-gem.rb +++ b/Library/Formula/brew-gem.rb @@ -2,8 +2,8 @@ require 'formula' class BrewGem < Formula homepage 'https://github.com/josh/brew-gem' - url 'https://github.com/josh/brew-gem/tarball/v0.1.2' - sha1 '03454394c9f6288c8aeee6e8523d3ef48d6f07c1' + url 'https://github.com/josh/brew-gem/archive/v0.1.2.tar.gz' + sha1 'fccccc5e7f00cbd69ff66c3f9a0e365bfb39641e' def install bin.install 'bin/brew-gem' diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb index 6bfc6f795..976c3231b 100644 --- a/Library/Formula/brew-pip.rb +++ b/Library/Formula/brew-pip.rb @@ -2,8 +2,8 @@ require 'formula' class BrewPip < Formula homepage 'https://github.com/josh/brew-pip' - url 'https://github.com/josh/brew-pip/tarball/v0.1.2' - sha1 '0fac3fe1b9563f6a7fb69d257b4146678fd540a4' + url 'https://github.com/josh/brew-pip/archive/v0.1.2.tar.gz' + sha1 '49fbd82ceb601e98999cbd28c106a7c26ff16a2b' def install bin.install 'bin/brew-pip' 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' diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb index aa5bacaae..b76995615 100644 --- a/Library/Formula/casperjs.rb +++ b/Library/Formula/casperjs.rb @@ -2,8 +2,8 @@ require 'formula' class Casperjs < Formula homepage 'http://www.casperjs.org/' - url 'https://github.com/n1k0/casperjs/tarball/1.0.2' - sha1 '292fd7bc406f1a509b05781b3eccb21008517984' + url 'https://github.com/n1k0/casperjs/archive/1.0.2.tar.gz' + sha1 '977d68d96ca05a656f31e2f2c15f02b11e6aa724' head 'https://github.com/n1k0/casperjs.git' diff --git a/Library/Formula/chipmunk.rb b/Library/Formula/chipmunk.rb index 1fc2f4aa4..195c72d74 100644 --- a/Library/Formula/chipmunk.rb +++ b/Library/Formula/chipmunk.rb @@ -2,8 +2,8 @@ require 'formula' class Chipmunk < Formula homepage 'http://chipmunk-physics.net/' - url 'https://github.com/slembcke/Chipmunk-Physics/tarball/Chipmunk-6.1.2' - sha1 '8f4df376e6f45320c77e5ce9880c02ab7a284061' + url 'https://github.com/slembcke/Chipmunk-Physics/archive/Chipmunk-6.1.2.tar.gz' + sha1 'a432411e3d464a2a260a4eb8cd28313c66f7505c' head 'https://github.com/slembcke/Chipmunk-Physics.git' diff --git a/Library/Formula/clay.rb b/Library/Formula/clay.rb index fcc37baa1..eb273603d 100644 --- a/Library/Formula/clay.rb +++ b/Library/Formula/clay.rb @@ -2,8 +2,8 @@ require 'formula' class Clay < Formula homepage 'http://claylabs.com/clay/' - url 'https://github.com/jckarter/clay/tarball/v0.1.2' - sha1 '1c7de85a36b4516c0cf5ba7f413d748d1c37c9b4' + url 'https://github.com/jckarter/clay/archive/v0.1.2.tar.gz' + sha1 'cd557a5ccaca17fd8ec83651f8df3e5405c4f855' head 'https://github.com/jckarter/clay.git' diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb index 4ad0ffd48..c3a104bd2 100644 --- a/Library/Formula/cocot.rb +++ b/Library/Formula/cocot.rb @@ -2,9 +2,9 @@ require 'formula' class Cocot < Formula homepage 'http://vmi.jp/software/cygwin/cocot.html' - url 'https://github.com/vmi/cocot/tarball/cocot-1.1-20120313' + url 'https://github.com/vmi/cocot/archive/cocot-1.1-20120313.tar.gz' version '1.1-20120313' - sha1 '66dde7a784addd9aadd8223af6e677ff0d56ac49' + sha1 'ffc36f56e47c22a963ef48cb67e60b0337b58bc6' head 'https://github.com/vmi/cocot.git', :branch => 'master' def install diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb index 2b9959eeb..17b7abd04 100644 --- a/Library/Formula/contacts.rb +++ b/Library/Formula/contacts.rb @@ -5,9 +5,9 @@ require 'formula' # is a candidate for removal if no new maintainer is found. class Contacts < Formula homepage 'http://www.gnufoo.org/contacts/contacts.html' - url 'https://github.com/dhess/contacts/tarball/4092a3c6615d7a22852a3bafc44e4aeeb698aa8f' + url 'https://github.com/dhess/contacts/archive/4092a3c6615d7a22852a3bafc44e4aeeb698aa8f.tar.gz' version '1.1a-3' - sha1 '644f449f0d01ddf62236ce82240f4757921cca17' + sha1 '79526dd96e5b5297daaae6327c79de9366f94c87' def install system "make" diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index 00dc865d7..c5fc5def1 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -2,8 +2,8 @@ require 'formula' class CouchdbLucene < Formula homepage 'https://github.com/rnewson/couchdb-lucene' - url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.9.0' - sha1 'f5c29f5d76c70ef25ed240b0a04658ec6120a0fd' + url 'https://github.com/rnewson/couchdb-lucene/archive/v0.9.0.tar.gz' + sha1 '99b8f8f1e644e6840896ee6c9b19c402042c1896' depends_on 'couchdb' depends_on 'maven' diff --git a/Library/Formula/cpansearch.rb b/Library/Formula/cpansearch.rb index ce69e2e5d..dc41a649d 100644 --- a/Library/Formula/cpansearch.rb +++ b/Library/Formula/cpansearch.rb @@ -2,8 +2,8 @@ require 'formula' class Cpansearch < Formula homepage 'https://github.com/c9s/cpansearch' - url 'https://github.com/c9s/cpansearch/tarball/0.1.1' - sha1 '8bfb303cf10b0cfcd09f42b4cb3c3911f37a47ee' + url 'https://github.com/c9s/cpansearch/archive/0.1.1.tar.gz' + sha1 '8ffab37023886f3c1e287de574001ff720c8b1e5' head 'https://github.com/c9s/cpansearch.git' diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index a665369f4..e8cae8894 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -2,8 +2,8 @@ require 'formula' class Cppcheck < Formula homepage 'http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page' - url 'https://github.com/danmar/cppcheck/tarball/1.58' - sha1 '628fa455c0c22daba5d9ffe2e37ecf02f46529f2' + url 'https://github.com/danmar/cppcheck/archive/1.58.tar.gz' + sha1 'abf86608ea43641070e3a894092c8308bbdeb82d' head 'https://github.com/danmar/cppcheck.git' diff --git a/Library/Formula/css-crush.rb b/Library/Formula/css-crush.rb index 861d89b77..1587dc422 100644 --- a/Library/Formula/css-crush.rb +++ b/Library/Formula/css-crush.rb @@ -2,8 +2,8 @@ require 'formula' class CssCrush < Formula homepage 'http://the-echoplex.net/csscrush' - url 'https://github.com/peteboere/css-crush/tarball/v1.9.1' - sha1 '49232600b4a76ed4b659108051856862b04e9044' + url 'https://github.com/peteboere/css-crush/archive/v1.9.1.tar.gz' + sha1 '7d3a8a46981a2cd6d402d44bd903f82b0284454c' def install libexec.install Dir['*'] diff --git a/Library/Formula/daemonize.rb b/Library/Formula/daemonize.rb index fd87a952a..39227ee18 100644 --- a/Library/Formula/daemonize.rb +++ b/Library/Formula/daemonize.rb @@ -2,8 +2,8 @@ require 'formula' class Daemonize < Formula homepage 'http://software.clapper.org/daemonize/' - url 'https://github.com/bmc/daemonize/tarball/release-1.7.4' - sha1 'b8d151773b9245f5c9e58d9ab8e9ddd665a6b668' + url 'https://github.com/bmc/daemonize/archive/release-1.7.4.tar.gz' + sha1 '25465f696108f9e112039c9363aff8c798191789' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/darner.rb b/Library/Formula/darner.rb index cc9753c23..2a7e4c9be 100644 --- a/Library/Formula/darner.rb +++ b/Library/Formula/darner.rb @@ -2,8 +2,8 @@ require 'formula' class Darner < Formula homepage 'https://github.com/wavii/darner' - url 'https://github.com/wavii/darner/tarball/v0.1.4' - sha1 '721e31ea843047536fb265eaca70ddc592d14f43' + url 'https://github.com/wavii/darner/archive/v0.1.4.tar.gz' + sha1 '3ed9df0db551243cc0811e525cc3b604203fd53a' head 'https://github.com/wavii/darner.git' diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index 20c35316f..dce9e8149 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -2,8 +2,8 @@ require 'formula' class Direnv < Formula homepage 'http://www.direnv.net' - url 'https://github.com/zimbatm/direnv/tarball/v0.1.151' - sha1 '8f78b8ee408bd54584171973aa7da898991e6779' + url 'https://github.com/zimbatm/direnv/archive/v0.1.151.tar.gz' + sha1 '5cb7487602fa69e1c81e6448aec59336d1537baf' head 'https://github.com/zimbatm/direnv.git' diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index dd5eba8c0..b566bf682 100644 --- a/Library/Formula/discount.rb +++ b/Library/Formula/discount.rb @@ -2,8 +2,10 @@ require 'formula' class Discount < Formula homepage 'http://www.pell.portland.or.us/~orc/Code/discount/' - url 'https://github.com/Orc/discount/tarball/v2.1.5a' - sha1 '73dcf117fa6ca15332c67f246544cd224bfc1774' + url 'https://github.com/Orc/discount/archive/v2.1.5a.tar.gz' + sha1 '83906e1f349eb13ea629f4f6e59a7f392e07a411' + + version 'v2.1.5a' conflicts_with 'markdown', :because => 'both discount and markdown ship a `markdown` executable.' diff --git a/Library/Formula/dotwrp.rb b/Library/Formula/dotwrp.rb index 5b65dbd47..9167358ad 100644 --- a/Library/Formula/dotwrp.rb +++ b/Library/Formula/dotwrp.rb @@ -2,8 +2,8 @@ require 'formula' class Dotwrp < Formula homepage 'https://github.com/tenomoto/dotwrp' - url 'https://github.com/tenomoto/dotwrp/tarball/v1.1' - sha1 '2f79f25f5d39443596f2a60520eeecb23902aa74' + url 'https://github.com/tenomoto/dotwrp/archive/v1.1.tar.gz' + sha1 'd328705ec424898382956bb8a0be16a680372f05' head 'https://github.com/tenomoto/dotwrp.git' diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb index 5efec569d..976d566c1 100644 --- a/Library/Formula/doubledown.rb +++ b/Library/Formula/doubledown.rb @@ -2,8 +2,8 @@ require 'formula' class Doubledown < Formula homepage 'https://github.com/devstructure/doubledown' - url 'https://github.com/devstructure/doubledown/tarball/v0.0.2' - sha1 '518d9df0457b6ce464679f8db4c7f692c7c72a9f' + url 'https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz' + sha1 '533587be081d6222a389d30434c3229e8c46436b' head 'https://github.com/devstructure/doubledown.git' diff --git a/Library/Formula/drip.rb b/Library/Formula/drip.rb index bd6d59604..0e5b40b19 100644 --- a/Library/Formula/drip.rb +++ b/Library/Formula/drip.rb @@ -2,8 +2,8 @@ require 'formula' class Drip < Formula homepage 'https://github.com/flatland/drip' - url 'https://github.com/flatland/drip/tarball/0.2.3' - sha1 '34ac75d9468d97f7b1fea806be9e7e821a3579d3' + url 'https://github.com/flatland/drip/archive/0.2.3.tar.gz' + sha1 '01f498c20444d5295ffc5c531f7f8a4a894681c6' def install system 'make' diff --git a/Library/Formula/ent.rb b/Library/Formula/ent.rb index 8eee16d9c..83b0fbee9 100644 --- a/Library/Formula/ent.rb +++ b/Library/Formula/ent.rb @@ -3,8 +3,8 @@ require 'formula' class Ent < Formula homepage 'http://www.fourmilab.ch/random/' # This tarball is versioned and smaller, though non-official - url 'https://github.com/psm14/ent/tarball/1.0' - sha1 'ab45969decd8e79031e9cd1a74dbec3edb802e98' + url 'https://github.com/psm14/ent/archive/1.0.tar.gz' + sha1 'b69eac8c3531ef58b61a9cbd78b506901d1a3192' def install system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}" diff --git a/Library/Formula/exodriver.rb b/Library/Formula/exodriver.rb index 02f53e736..ac16d9d09 100644 --- a/Library/Formula/exodriver.rb +++ b/Library/Formula/exodriver.rb @@ -2,8 +2,8 @@ require 'formula' class Exodriver < Formula homepage 'http://labjack.com/support/linux-and-mac-os-x-drivers' - url 'https://github.com/labjack/exodriver/tarball/v2.5.1' - sha1 '4c4ab59f84492fe65bc8e1785831a8a22b952690' + url 'https://github.com/labjack/exodriver/archive/v2.5.1.tar.gz' + sha1 '7b8508670e3e46a0babdca1c0f38ab63fe1624ff' head 'https://github.com/labjack/exodriver.git' diff --git a/Library/Formula/f3.rb b/Library/Formula/f3.rb index 934b151ac..c7132c050 100644 --- a/Library/Formula/f3.rb +++ b/Library/Formula/f3.rb @@ -2,8 +2,8 @@ require 'formula' class F3 < Formula homepage 'http://oss.digirati.com.br/f3/' - url 'https://github.com/AltraMayor/f3/tarball/v2.1' - sha1 'c2b5d55e452a4d8c85649e198b028a7608ea6920' + url 'https://github.com/AltraMayor/f3/archive/v2.1.tar.gz' + sha1 '0e0f93e96f1d9c89227fcac1e5f80d5696d7c315' def install system "make mac" diff --git a/Library/Formula/fasd.rb b/Library/Formula/fasd.rb index 36ec5787c..de5a92941 100644 --- a/Library/Formula/fasd.rb +++ b/Library/Formula/fasd.rb @@ -2,8 +2,8 @@ require 'formula' class Fasd < Formula homepage 'https://github.com/clvv/fasd' - url 'https://github.com/clvv/fasd/tarball/1.0.1' - sha1 'c7df4c99b3f2b85b366a88513b695b01a8ba8907' + url 'https://github.com/clvv/fasd/archive/1.0.1.tar.gz' + sha1 'aeb3f9c6f8f9e4355016e3255429bcad5c7a5689' def install bin.install 'fasd' diff --git a/Library/Formula/field3d.rb b/Library/Formula/field3d.rb index 22c2f03f8..0771bf08a 100644 --- a/Library/Formula/field3d.rb +++ b/Library/Formula/field3d.rb @@ -2,8 +2,8 @@ require 'formula' class Field3d < Formula homepage 'https://sites.google.com/site/field3d/' - url 'https://github.com/imageworks/Field3D/tarball/v1.3.2' - sha1 '6f4de442869587f7fa5ce6f5f8bd0630b6ae7192' + url 'https://github.com/imageworks/Field3D/archive/v1.3.2.tar.gz' + sha1 '08e9d70ffa23b0fb087f3a1d74d54f11f4875e2a' depends_on 'cmake' => :build depends_on 'boost' diff --git a/Library/Formula/freerdp.rb b/Library/Formula/freerdp.rb index acf6eee63..4546542e7 100644 --- a/Library/Formula/freerdp.rb +++ b/Library/Formula/freerdp.rb @@ -2,8 +2,8 @@ require 'formula' class Freerdp < Formula homepage 'http://www.freerdp.com/' - url 'https://github.com/FreeRDP/FreeRDP/tarball/1.0.2' - sha1 '9310e99b428230c10a67bb955c9ce486c5b807b9' + url 'https://github.com/FreeRDP/FreeRDP/archive/1.0.2.tar.gz' + sha1 'aa521fc9b0610df6c03c2297c1230348805b0010' head 'https://github.com/FreeRDP/FreeRDP.git' diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index 45f0fbe9c..2b2bc9bac 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -2,8 +2,8 @@ require 'formula' class Fuse4x < Formula homepage 'http://fuse4x.github.com' - url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_9_2' - sha1 '316df7c0bb2caa6d32300b31fdeba3267ee6f41f' + url 'https://github.com/fuse4x/fuse/archive/fuse4x_0_9_2.tar.gz' + sha1 '3a9700f716eff930dcd2426772c642a09adcc73a' # Always use newer versions of these tools depends_on 'automake' => :build diff --git a/Library/Formula/gibo.rb b/Library/Formula/gibo.rb index ef15387d1..1dd0634ff 100644 --- a/Library/Formula/gibo.rb +++ b/Library/Formula/gibo.rb @@ -2,8 +2,8 @@ require 'formula' class Gibo < Formula homepage 'https://github.com/simonwhitaker/gitignore-boilerplates' - url 'https://github.com/simonwhitaker/gitignore-boilerplates/tarball/1.0.1' - sha1 '63b46c7ac725a25f6b9df47cebc8f798ac048b1e' + url 'https://github.com/simonwhitaker/gitignore-boilerplates/archive/1.0.1.tar.gz' + sha1 'f1c232bb04c1514586fda2e60fb11ab2fcdd8ea0' def install bin.install "gibo" diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 81d2a2421..ebb6fd3be 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -2,8 +2,8 @@ require 'formula' class Gist < Formula homepage 'https://github.com/defunkt/gist' - url 'https://github.com/defunkt/gist/tarball/v3.1.0' - sha1 '3271be7d41ac545afd17772652dda7adc7c90d7a' + url 'https://github.com/defunkt/gist/archive/v3.1.0.tar.gz' + sha1 'ae524b79c2321779e2553a7847fab82f178e8ffc' head 'https://github.com/defunkt/gist.git' def install diff --git a/Library/Formula/git-encrypt.rb b/Library/Formula/git-encrypt.rb index d67f990b5..474a092a7 100644 --- a/Library/Formula/git-encrypt.rb +++ b/Library/Formula/git-encrypt.rb @@ -2,8 +2,8 @@ require 'formula' class GitEncrypt < Formula homepage 'https://github.com/shadowhand/git-encrypt' - url 'https://github.com/shadowhand/git-encrypt/tarball/0.3.0' - sha1 '3b06d626e1eb33651de24ead3a5a9b10cdd8278a' + url 'https://github.com/shadowhand/git-encrypt/archive/0.3.0.tar.gz' + sha1 '24ce80398c003c082a21402eddf9e73387b6f885' head 'https://github.com/shadowhand/git-encrypt.git', :branch => 'master' diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index 2d426fe24..44144d3f7 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -2,8 +2,8 @@ require 'formula' class GitExtras < Formula homepage 'https://github.com/visionmedia/git-extras' - url 'https://github.com/visionmedia/git-extras/tarball/1.7.0' - sha1 '939a9a736b5ecd3dae98eb16104f4e109bdf2f70' + url 'https://github.com/visionmedia/git-extras/archive/1.7.0.tar.gz' + sha1 'c314b947f285d92c2a227c7d73f46bca258e5111' head 'https://github.com/visionmedia/git-extras.git', :branch => 'master' 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' diff --git a/Library/Formula/git-gerrit.rb b/Library/Formula/git-gerrit.rb index cb58d3911..e4a8216f4 100644 --- a/Library/Formula/git-gerrit.rb +++ b/Library/Formula/git-gerrit.rb @@ -2,8 +2,8 @@ require 'formula' class GitGerrit < Formula homepage 'https://github.com/fbzhong/git-gerrit' - url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0' - sha1 '51cf12de64ab67826fe14c2d9486c9675f5752f8' + url 'https://github.com/fbzhong/git-gerrit/archive/v0.3.0.tar.gz' + sha1 '0e38e6f6657ff50d6692de9ce880d4698120325b' def install prefix.install 'bin' diff --git a/Library/Formula/git-ssh.rb b/Library/Formula/git-ssh.rb index c48727456..a7e0bce57 100644 --- a/Library/Formula/git-ssh.rb +++ b/Library/Formula/git-ssh.rb @@ -2,8 +2,8 @@ require 'formula' class GitSsh < Formula homepage 'https://github.com/lemarsu/git-ssh' - url 'https://github.com/lemarsu/git-ssh/tarball/v0.2.0' - sha1 '147d18d5a310f8cb0530155402cbd8ac66e7fa97' + url 'https://github.com/lemarsu/git-ssh/archive/v0.2.0.tar.gz' + sha1 'a3014db9ae65fcf135a5224a18313f40aa19c7d5' def install # Change loading of required code from libexec location (Cellar only) diff --git a/Library/Formula/git-tracker.rb b/Library/Formula/git-tracker.rb index 604ec83e9..59f358bf5 100644 --- a/Library/Formula/git-tracker.rb +++ b/Library/Formula/git-tracker.rb @@ -2,8 +2,8 @@ require 'formula' class GitTracker < Formula homepage 'https://github.com/stevenharman/git_tracker' - url 'https://github.com/stevenharman/git_tracker/tarball/v1.5.1' - sha1 'f4f3491889a034834efe322ce1f545ed29387567' + url 'https://github.com/stevenharman/git_tracker/archive/v1.5.1.tar.gz' + sha1 '2b492583b51fc84186ddb3f72ad363f84d7baf53' head 'https://github.com/stevenharman/git_tracker.git' 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}" diff --git a/Library/Formula/grok.rb b/Library/Formula/grok.rb index d7fdc50f1..93d4e6de5 100644 --- a/Library/Formula/grok.rb +++ b/Library/Formula/grok.rb @@ -2,8 +2,8 @@ require 'formula' class Grok < Formula homepage 'https://github.com/jordansissel/grok' - url 'https://github.com/jordansissel/grok/tarball/v0.9.2' - sha1 '909e2711b35962cf0119e873de751409da222c7d' + url 'https://github.com/jordansissel/grok/archive/v0.9.2.tar.gz' + sha1 'ca87b2a21d67b3fda74f209db22f7e1773edd7e8' head 'https://github.com/jordansissel/grok.git' depends_on 'libevent' diff --git a/Library/Formula/gti.rb b/Library/Formula/gti.rb index ff16e0570..e762c5d6a 100644 --- a/Library/Formula/gti.rb +++ b/Library/Formula/gti.rb @@ -2,8 +2,8 @@ require 'formula' class Gti < Formula homepage 'http://r-wos.org/hacks/gti' - url 'https://github.com/rwos/gti/tarball/v1.0.4' - sha1 '39a9780fc10663483f68ee6a4e69ad166ea21f62' + url 'https://github.com/rwos/gti/archive/v1.0.4.tar.gz' + sha1 '32005ae8bc8d10143b9078256463bc3aa9fa3a95' head 'https://github.com/rwos/gti.git' diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index c6f89af47..dd7d0aa72 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -2,8 +2,8 @@ require 'formula' class Hiredis < Formula homepage 'https://github.com/redis/hiredis' - url 'https://github.com/redis/hiredis/tarball/v0.11.0' - sha1 '26eb4459943530b4be66fd253c5c8f4dd86c2fa3' + url 'https://github.com/redis/hiredis/archive/v0.11.0.tar.gz' + sha1 '694b6d7a6e4ea7fb20902619e9a2423c014b37c1' def install # Architecture isn't detected correctly on 32bit Snow Leopard without help diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb index c77cb587a..0105c0df8 100644 --- a/Library/Formula/htop-osx.rb +++ b/Library/Formula/htop-osx.rb @@ -2,8 +2,8 @@ require 'formula' class HtopOsx < Formula homepage 'https://github.com/max-horvath/htop-osx' - url 'https://github.com/max-horvath/htop-osx/tarball/0.8.2.1-2012-04-18' - sha1 '90975472c683e59a6476e215ae5cb768d86659a8' + url 'https://github.com/max-horvath/htop-osx/archive/0.8.2.1-2012-04-18.tar.gz' + sha1 '4f8cddb22aa398652a14cbe3168be9aeeecfff33' depends_on :autoconf depends_on :automake 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 diff --git a/Library/Formula/imapfilter.rb b/Library/Formula/imapfilter.rb index 144fc1d2b..459a4f67d 100644 --- a/Library/Formula/imapfilter.rb +++ b/Library/Formula/imapfilter.rb @@ -2,8 +2,8 @@ require 'formula' class Imapfilter < Formula homepage 'https://github.com/lefcha/imapfilter/' - url 'https://github.com/lefcha/imapfilter/tarball/v2.5.3' - sha1 '7159c9875a2cb5f15e4fddb88a1ce6521995675e' + url 'https://github.com/lefcha/imapfilter/archive/v2.5.3.tar.gz' + sha1 'c1272dc7555dc90fe31031e51be9e9dded20573a' depends_on 'lua' depends_on 'pcre' diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb index 7a11636c7..0db0d12d2 100644 --- a/Library/Formula/ios-sim.rb +++ b/Library/Formula/ios-sim.rb @@ -2,8 +2,8 @@ require 'formula' class IosSim < Formula homepage 'https://github.com/phonegap/ios-sim' - url 'https://github.com/phonegap/ios-sim/tarball/1.6' - sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1' + url 'https://github.com/phonegap/ios-sim/archive/1.6.tar.gz' + sha1 '508aee052833ce6d402fae6a5dcc769049167fba' def install rake "install", "prefix=#{prefix}" diff --git a/Library/Formula/jbig2enc.rb b/Library/Formula/jbig2enc.rb index 7673db9c5..ba85ad9a9 100644 --- a/Library/Formula/jbig2enc.rb +++ b/Library/Formula/jbig2enc.rb @@ -2,8 +2,8 @@ require 'formula' class Jbig2enc < Formula homepage 'https://github.com/agl/jbig2enc' - url 'https://github.com/agl/jbig2enc/tarball/0.28-dist' - sha1 'ef45008c223f6e4e7c014e40dd6aefa181b71d8f' + url 'https://github.com/agl/jbig2enc/archive/0.28-dist.tar.gz' + sha1 'd2d73f732168eeb6fa18962dbe7743337363c3b6' version '0.28' depends_on 'leptonica' diff --git a/Library/Formula/jsdoc3.rb b/Library/Formula/jsdoc3.rb index 50400838a..734fec7f6 100644 --- a/Library/Formula/jsdoc3.rb +++ b/Library/Formula/jsdoc3.rb @@ -2,8 +2,8 @@ require 'formula' class Jsdoc3 < Formula homepage 'http://usejsdoc.org/' - url 'https://github.com/jsdoc3/jsdoc/tarball/v3.0.1' - sha1 '0c6ad2321d300a3eaa2e1d543f3fbf166ff1ce18' + url 'https://github.com/jsdoc3/jsdoc/archive/v3.0.1.tar.gz' + sha1 '3d13978c93b1f7ad386667879b1def2cc616e94b' def install libexec.install Dir['*'] diff --git a/Library/Formula/jsmin.rb b/Library/Formula/jsmin.rb index 72826859e..cbd72f365 100644 --- a/Library/Formula/jsmin.rb +++ b/Library/Formula/jsmin.rb @@ -2,9 +2,9 @@ require 'formula' class Jsmin < Formula homepage 'http://www.crockford.com/javascript/jsmin.html' - url 'https://github.com/douglascrockford/JSMin/tarball/8f62fe05856935ddcd49e364502ed98c4cf555b8' + url 'https://github.com/douglascrockford/JSMin/archive/8f62fe05856935ddcd49e364502ed98c4cf555b8.tar.gz' version '2008-08-03' - sha1 'b2a620042c97a8d9cc0be18b86ff9e62e8405806' + sha1 '7909b2574255ebd2df46f847e2ec9ef60a56933d' def install system 'cc jsmin.c -o jsmin' diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index c68144ab6..6a42efab0 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -2,8 +2,8 @@ require 'formula' class Kes < Formula homepage 'https://github.com/epilnivek/kes' - url 'https://github.com/epilnivek/kes/tarball/v0.9' - sha1 '07cd04ecd000a8bcb1b091c7573e095b1af64563' + url 'https://github.com/epilnivek/kes/archive/v0.9.tar.gz' + sha1 '483ff8c76372bc12a852ae10d8d5edc7591cfe09' head 'https://github.com/epilnivek/kes.git' |
