diff options
| author | Andrew Janke | 2013-03-29 16:29:20 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 14:59:28 -0700 | 
| commit | 9fddebc091879c04ed8c8b55f9fe2dc655c3456e (patch) | |
| tree | 31b10fcb26c01eefb1cd8e41a203fd9eb0ecb6f1 | |
| parent | 55e65f31e2db49e0adff05fa33fb7b87f87c58a0 (diff) | |
| download | homebrew-9fddebc091879c04ed8c8b55f9fe2dc655c3456e.tar.bz2 | |
Change github /tarball/ URLs to /archive/ for formulae L-Z
This takes care of a `brew audit` complaint.
Closes #18828.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
49 files changed, 98 insertions, 98 deletions
| diff --git a/Library/Formula/lastfmfpclient.rb b/Library/Formula/lastfmfpclient.rb index 811c7a831..1c7980db4 100644 --- a/Library/Formula/lastfmfpclient.rb +++ b/Library/Formula/lastfmfpclient.rb @@ -2,9 +2,9 @@ require 'formula'  class Lastfmfpclient < Formula    homepage 'https://github.com/lastfm/Fingerprinter' -  url 'https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9' +  url 'https://github.com/lastfm/Fingerprinter/archive/9ee83a51ac9058ff53c9.tar.gz'    version '1.6' -  sha1 'dcb10b1bad1f1af30b43f1828f83c262e6dfb6df' +  sha1 '79f6a7b8db33cb4f417d5ba9ef06884e5be1fa80'    depends_on 'cmake' => :build    depends_on 'taglib' diff --git a/Library/Formula/lbdb.rb b/Library/Formula/lbdb.rb index da7c048c1..dea07a10e 100644 --- a/Library/Formula/lbdb.rb +++ b/Library/Formula/lbdb.rb @@ -5,8 +5,8 @@ require 'formula'  class Lbdb < Formula    homepage 'https://github.com/tgray/lbdb/' -  url 'https://github.com/tgray/lbdb/tarball/v0.38.1' -  sha1 '4678fe00c86850fd4f40891518a8d37ee3f5020b' +  url 'https://github.com/tgray/lbdb/archive/v0.38.1.tar.gz' +  sha1 '6593d81a29d791da9347d7ee053be98ed0cf95fd'    head 'https://github.com/tgray/lbdb.git' diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index e1dd4bb2f..5fc8238d3 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -2,8 +2,8 @@ require 'formula'  class Libgit2 < Formula    homepage 'http://libgit2.github.com/' -  url 'https://github.com/libgit2/libgit2/tarball/v0.17.0' -  sha1 'a868978e1d322d967fb7877b757f7c6b81b37923' +  url 'https://github.com/libgit2/libgit2/archive/v0.17.0.tar.gz' +  sha1 '0887ce3aa2b22c3a256bf5cd80e13f3766b27480'    head 'https://github.com/libgit2/libgit2.git', :branch => 'development' diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 2d87a9df3..6743eb44b 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -2,9 +2,9 @@ require 'formula'  class Liblastfm < Formula    homepage 'https://github.com/mxcl/liblastfm/' -  url 'https://github.com/mxcl/liblastfm/tarball/e380c7f03f4b2417db87372df733606f4a153c53' +  url 'https://github.com/mxcl/liblastfm/archive/e380c7f03f4b2417db87372df733606f4a153c53.tar.gz'    version '0.3.3.1' -  sha1 'c68691b63a383f2a53a5894b99f165ffed4ea0db' +  sha1 '68c0d23364afd7e6bb5dbd9b71419d808fe0d005'    depends_on 'qt'    depends_on 'fftw' diff --git a/Library/Formula/libmonome.rb b/Library/Formula/libmonome.rb index 390b5ea9d..03a8612a4 100644 --- a/Library/Formula/libmonome.rb +++ b/Library/Formula/libmonome.rb @@ -2,8 +2,8 @@ require 'formula'  class Libmonome < Formula    homepage 'http://illest.net/libmonome/' -  url 'https://github.com/monome/libmonome/tarball/1.2' -  sha1 '91ed3f7246e2f9462ff43c257fae5e34006a4c85' +  url 'https://github.com/monome/libmonome/archive/1.2.tar.gz' +  sha1 'a53a232a7b24614c865b7cb536f80cb0219ff1d1'    head 'https://github.com/monome/libmonome.git' diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 843cf4843..ed17980ce 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -2,9 +2,9 @@ require 'formula'  class Macvim < Formula    homepage 'http://code.google.com/p/macvim/' -  url 'https://github.com/b4winckler/macvim/tarball/snapshot-66' +  url 'https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz'    version '7.3-66' -  sha1 'd11696f7089688fa96a45fc57410c60f6ca5a394' +  sha1 'd2915438c9405015e5e39099aecbbda20438ce81'    head 'https://github.com/b4winckler/macvim.git', :branch => 'master' diff --git a/Library/Formula/mdbtools.rb b/Library/Formula/mdbtools.rb index c94594e81..3913e6d72 100644 --- a/Library/Formula/mdbtools.rb +++ b/Library/Formula/mdbtools.rb @@ -2,8 +2,8 @@ require 'formula'  class Mdbtools < Formula    homepage 'https://github.com/brianb/mdbtools/' -  url "https://github.com/brianb/mdbtools/tarball/0.7" -  sha1 '62fe0703fd8691e4536e1012317406bdb72594cf' +  url "https://github.com/brianb/mdbtools/archive/0.7.tar.gz" +  sha1 '38e2ab418c7b5018f3f3e3e38734245c90aab3ce'    depends_on 'pkg-config' => :build    depends_on 'glib' diff --git a/Library/Formula/mdxmini.rb b/Library/Formula/mdxmini.rb index b49b4d250..243972117 100644 --- a/Library/Formula/mdxmini.rb +++ b/Library/Formula/mdxmini.rb @@ -2,9 +2,9 @@ require 'formula'  class Mdxmini < Formula    homepage 'http://clogging.web.fc2.com/psp/' -  url 'https://github.com/BouKiCHi/mdxplayer/tarball/9afbc01f60a12052817cb14a81a8c3c976953506' +  url 'https://github.com/BouKiCHi/mdxplayer/archive/9afbc01f60a12052817cb14a81a8c3c976953506.tar.gz'    version '20130115' -  sha1 '970f50f0c1fcabc6f9534233d7a2e4e0aeb9125e' +  sha1 '8ca3b597f009ee7de697329e26b9f3c402dda173'    option "lib-only", "Do not build commandline player" diff --git a/Library/Formula/metalua.rb b/Library/Formula/metalua.rb index f5b473b46..cde80d88a 100644 --- a/Library/Formula/metalua.rb +++ b/Library/Formula/metalua.rb @@ -2,9 +2,9 @@ require 'formula'  class Metalua < Formula    homepage 'http://metalua.luaforge.net/' -  url 'https://github.com/fab13n/metalua/tarball/0.5-rc2' +  url 'https://github.com/fab13n/metalua/archive/0.5-rc2.tar.gz'    version '0.5-rc2' -  sha1 'f6e9596930efed78a5b54b6a2fc338a77c3b0799' +  sha1 'ee28c801e9673cc11d1cecd0a9fda87e7d21fd6d'    head 'https://github.com/fab13n/metalua.git' diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 7faa976c1..280e0b059 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -2,8 +2,8 @@ require 'formula'  class Minc < Formula    homepage 'http://en.wikibooks.org/wiki/MINC' -  url 'https://github.com/BIC-MNI/minc/tarball/release-2.2.00' -  sha1 '558300240a67b9f849a98622d0e8ec3aad76c6d1' +  url 'https://github.com/BIC-MNI/minc/archive/release-2.2.00.tar.gz' +  sha1 'f66f44ece374940bd006f321a7206f16165f74e0'    head 'https://github.com/BIC-MNI/minc.git' diff --git a/Library/Formula/minisat.rb b/Library/Formula/minisat.rb index 0203d4e30..3cb746e60 100644 --- a/Library/Formula/minisat.rb +++ b/Library/Formula/minisat.rb @@ -2,8 +2,8 @@ require 'formula'  class Minisat < Formula    homepage 'http://minisat.se' -  url 'https://github.com/niklasso/minisat/tarball/releases/2.2.0' -  sha1 'dcd4bbb4620db5f49e19222d59318b2c615b4fd1' +  url 'https://github.com/niklasso/minisat/archive/releases/2.2.0.tar.gz' +  sha1 '28c14eed485f4adb8dde9e26f05476f7eedc8f77'    # Fixes compilation on mac; in next upstream release. See:    # http://groups.google.com/group/minisat/browse_thread/thread/f5b6a180cadbb214 diff --git a/Library/Formula/narwhal.rb b/Library/Formula/narwhal.rb index 1b20e5228..f95572f61 100644 --- a/Library/Formula/narwhal.rb +++ b/Library/Formula/narwhal.rb @@ -2,8 +2,8 @@ require 'formula'  class Narwhal < Formula    homepage 'https://github.com/280north/narwhal' -  url 'https://github.com/280north/narwhal/tarball/v0.3.2' -  sha1 '64865fd335ad5078a32eee4504a98fdd6796199c' +  url 'https://github.com/280north/narwhal/archive/v0.3.2.tar.gz' +  sha1 'c93c6ad673e9e58642c1a46f493e16fc808bce60'    head 'https://github.com/280north/narwhal.git' diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index edc4ca709..bbcd36c95 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -2,8 +2,8 @@ require 'formula'  class Ninja < Formula    homepage 'https://github.com/martine/ninja' -  url 'https://github.com/martine/ninja/tarball/v1.1.0' -  sha1 '491b087d124c832f83a427d424b5e48f0f3803c3' +  url 'https://github.com/martine/ninja/archive/v1.1.0.tar.gz' +  sha1 'ce37677326997c70da4fe49c1e948aba5b77317f'    def install      system "./bootstrap.py" diff --git a/Library/Formula/opencolorio.rb b/Library/Formula/opencolorio.rb index 71d61edf5..f0f312b55 100644 --- a/Library/Formula/opencolorio.rb +++ b/Library/Formula/opencolorio.rb @@ -2,8 +2,8 @@ require 'formula'  class Opencolorio < Formula    homepage 'http://opencolorio.org/' -  url 'https://github.com/imageworks/OpenColorIO/tarball/v1.0.8' -  sha1 '9b9bac9ed85c84f53775686eb72f3d612b148fef' +  url 'https://github.com/imageworks/OpenColorIO/archive/v1.0.8.tar.gz' +  sha1 '83b28202bdb1f692f74a80affea95d832354ec23'    head 'https://github.com/imageworks/OpenColorIO.git' diff --git a/Library/Formula/osm-pbf.rb b/Library/Formula/osm-pbf.rb index 3c9a4394f..799122ee8 100644 --- a/Library/Formula/osm-pbf.rb +++ b/Library/Formula/osm-pbf.rb @@ -2,8 +2,8 @@ require 'formula'  class OsmPbf < Formula    homepage 'http://wiki.openstreetmap.org/wiki/PBF_Format' -  url 'https://github.com/scrosby/OSM-binary/tarball/v1.3.0' -  sha1 '6796c242eb8ccdf00220359887a15142f85a1722' +  url 'https://github.com/scrosby/OSM-binary/archive/v1.3.0.tar.gz' +  sha1 'bb9bcd776f2876696b5c5d970d3a68c2222a7ac3'    depends_on 'protobuf' diff --git a/Library/Formula/pdal.rb b/Library/Formula/pdal.rb index 37b3ce0e2..44224e899 100644 --- a/Library/Formula/pdal.rb +++ b/Library/Formula/pdal.rb @@ -2,8 +2,8 @@ require 'formula'  class Pdal < Formula    homepage 'http://pointcloud.org' -  url 'https://github.com/PDAL/PDAL/zipball/0.1.0' -  sha1 'd0cc3d2ea5909d51e0ce1e451b4236819de4a0b7' +  url 'https://github.com/PDAL/PDAL/archive/0.1.0.tar.gz' +  sha1 '74f3f5d8b58c52b7eb2afe260a0020b7c4a6906e'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/peg-markdown.rb b/Library/Formula/peg-markdown.rb index 23e54cbfc..f99e41e3c 100644 --- a/Library/Formula/peg-markdown.rb +++ b/Library/Formula/peg-markdown.rb @@ -2,8 +2,8 @@ require 'formula'  class PegMarkdown < Formula    homepage 'https://github.com/jgm/peg-markdown' -  url 'https://github.com/jgm/peg-markdown/tarball/0.4.14' -  sha1 '5afa123c513fc259b270a0865bf8382fe314f086' +  url 'https://github.com/jgm/peg-markdown/archive/0.4.14.tar.gz' +  sha1 '95f3e824f97b3c572efe354c965767f46fcf8829'    head 'https://github.com/jgm/peg-markdown.git' diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 8078b7648..b0314c2fa 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -2,8 +2,8 @@ require 'formula'  class Pianobar < Formula    homepage 'https://github.com/PromyLOPh/pianobar/' -  url 'https://github.com/PromyLOPh/pianobar/tarball/2012.12.01' -  sha256 'bd460ef583d7c2799090ec2abc298bd0c8a7126110dac754f2c242ce95001955' +  url 'https://github.com/PromyLOPh/pianobar/archive/2012.12.01.tar.gz' +  sha256 '25f12e230adef68405a89dbe290e437a64258fdea7bf26fe9bf04548699a390b'    head 'https://github.com/PromyLOPh/pianobar.git' diff --git a/Library/Formula/pit.rb b/Library/Formula/pit.rb index 3c4b6ff85..0a77bbd06 100644 --- a/Library/Formula/pit.rb +++ b/Library/Formula/pit.rb @@ -2,8 +2,8 @@ require 'formula'  class Pit < Formula    homepage 'https://github.com/michaeldv/pit' -  url 'https://github.com/michaeldv/pit/tarball/0.1.0' -  sha1 'c03e5d6b1ad0a59124be45aca9395dafac5260a4' +  url 'https://github.com/michaeldv/pit/archive/0.1.0.tar.gz' +  sha1 '867698a2ef4d01587d81fe89dfd0e549d5b42e49'    def install      system "make" diff --git a/Library/Formula/plenv.rb b/Library/Formula/plenv.rb index 3e3432417..45f71ec29 100644 --- a/Library/Formula/plenv.rb +++ b/Library/Formula/plenv.rb @@ -2,8 +2,8 @@ require 'formula'  class Plenv < Formula    homepage 'https://github.com/tokuhirom/plenv' -  url 'https://github.com/tokuhirom/plenv/tarball/1.4.7' -  sha1 '04884fdf5a4e4e72543203038bd9e75ee2974bdd' +  url 'https://github.com/tokuhirom/plenv/archive/1.4.7.tar.gz' +  sha1 '023c1d7eeba3ae86ad534db9473645070a043437'    head 'https://github.com/tokuhirom/plenv.git' diff --git a/Library/Formula/plt-racket.rb b/Library/Formula/plt-racket.rb index 2d5ffc82c..39e4ccdb1 100644 --- a/Library/Formula/plt-racket.rb +++ b/Library/Formula/plt-racket.rb @@ -4,8 +4,8 @@ class PltRacket < Formula    homepage 'http://racket-lang.org/'    # Use GitHub tarball as the release tarball doesn't have    # everything needed for building on OS X -  url 'https://github.com/plt/racket/tarball/v5.2' -  sha1 'bb2c6b6504796a88dada10b510f040b5bbec7b2e' +  url 'https://github.com/plt/racket/archive/v5.2.tar.gz' +  sha1 '313425909ff8d956c3e99d0a2b5b3cb12d0f98ad'    def install      cd 'src' do diff --git a/Library/Formula/pmdmini.rb b/Library/Formula/pmdmini.rb index 01c8139fe..281e9a250 100644 --- a/Library/Formula/pmdmini.rb +++ b/Library/Formula/pmdmini.rb @@ -2,9 +2,9 @@ require 'formula'  class Pmdmini < Formula    homepage 'https://github.com/BouKiCHi/mdxplayer' -  url 'https://github.com/BouKiCHi/mdxplayer/tarball/aa55d9d3128f06aac4a15d5cefc083bd7b66d814' +  url 'https://github.com/BouKiCHi/mdxplayer/archive/aa55d9d3128f06aac4a15d5cefc083bd7b66d814.tar.gz'    version '20120115' -  sha1 '8a412d016ba8828932f6e0a64f1d3c061fe9a80e' +  sha1 'b312f5b11b62a9d2be910252a97bed7decdef13f'    option "lib-only", "Do not build commandline player" diff --git a/Library/Formula/pngpaste.rb b/Library/Formula/pngpaste.rb index 92f1fc352..27b8cab7f 100644 --- a/Library/Formula/pngpaste.rb +++ b/Library/Formula/pngpaste.rb @@ -2,8 +2,8 @@ require 'formula'  class Pngpaste < Formula    homepage 'https://github.com/jcsalterego/pngpaste' -  url 'https://github.com/jcsalterego/pngpaste/tarball/1.0.1' -  sha1 '473af09e6d4ea0d72c4f5478780a03452cea90c5' +  url 'https://github.com/jcsalterego/pngpaste/archive/1.0.1.tar.gz' +  sha1 'f81bf4a8bbda7fc1fde7a8bbb039fb1e25c4aee5'    def install      system 'make', 'all' diff --git a/Library/Formula/pngquant.rb b/Library/Formula/pngquant.rb index 6fcaf7c57..fc843b131 100644 --- a/Library/Formula/pngquant.rb +++ b/Library/Formula/pngquant.rb @@ -2,8 +2,8 @@ require 'formula'  class Pngquant < Formula    homepage 'http://pngquant.org/' -  url 'https://github.com/pornel/improved-pngquant/tarball/1.8.3' -  sha1 '6e1630057d71f445d1991c1cea8aa52663f090a9' +  url 'https://github.com/pornel/improved-pngquant/archive/1.8.3.tar.gz' +  sha1 'c2bb7e5fecc1137aa19cf684b2f05f0cb74ca6e0'    head 'https://github.com/pornel/improved-pngquant.git' diff --git a/Library/Formula/points2grid.rb b/Library/Formula/points2grid.rb index abd8a6618..c03ed21d1 100644 --- a/Library/Formula/points2grid.rb +++ b/Library/Formula/points2grid.rb @@ -2,8 +2,8 @@ require 'formula'  class Points2grid < Formula    homepage 'https://github.com/CRREL/points2grid' -  url 'https://github.com/CRREL/points2grid/zipball/1.1.0' -  sha1 '31feb8890380964b875ed461b1ed6b769649ee6e' +  url 'https://github.com/CRREL/points2grid/archive/1.1.0.tar.gz' +  sha1 'aef7e124b47022bee85bb3585f5996af5cb132e3'    depends_on 'cmake' => :build    depends_on 'boost' diff --git a/Library/Formula/poster.rb b/Library/Formula/poster.rb index 8b6545199..86c86c30a 100644 --- a/Library/Formula/poster.rb +++ b/Library/Formula/poster.rb @@ -2,8 +2,8 @@ require 'formula'  class Poster < Formula    homepage 'http://schrfr.github.com/poster/' -  url 'https://github.com/schrfr/poster/tarball/1.0.0' -  sha1 '30492aa7e9aa4242b4540b9b60df9538c21fcf7e' +  url 'https://github.com/schrfr/poster/archive/1.0.0.tar.gz' +  sha1 '20846c17fc0c266caecf82b24cbe7906999a410c'    def install      system "make" diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb index 8cac9faa8..516883f05 100644 --- a/Library/Formula/rbenv-bundler.rb +++ b/Library/Formula/rbenv-bundler.rb @@ -2,8 +2,8 @@ require 'formula'  class RbenvBundler < Formula    homepage 'https://github.com/carsomyr/rbenv-bundler' -  url 'https://github.com/carsomyr/rbenv-bundler/tarball/0.95' -  sha1 '68f34b7d9e123d93f51fe5fcca585fdaf3cd31e7' +  url 'https://github.com/carsomyr/rbenv-bundler/archive/0.95.tar.gz' +  sha1 '69485192665caea669a9bc1a86ad225833e3d667'    depends_on 'rbenv' diff --git a/Library/Formula/rbenv-default-gems.rb b/Library/Formula/rbenv-default-gems.rb index 0e7d1e197..d11cfff19 100644 --- a/Library/Formula/rbenv-default-gems.rb +++ b/Library/Formula/rbenv-default-gems.rb @@ -2,8 +2,8 @@ require 'formula'  class RbenvDefaultGems < Formula    homepage 'https://github.com/sstephenson/rbenv-default-gems' -  url 'https://github.com/sstephenson/rbenv-default-gems/tarball/v1.0.0' -  sha1 '31789539ad0e69c2b9e2ec0da1d9acb8fba8b2bc' +  url 'https://github.com/sstephenson/rbenv-default-gems/archive/v1.0.0.tar.gz' +  sha1 'e79c7073909e24e866df49cf9eb3f18aa8872842'    head 'https://github.com/sstephenson/rbenv-default-gems.git' diff --git a/Library/Formula/rbenv-gemset.rb b/Library/Formula/rbenv-gemset.rb index 571dc4ac8..25da8abba 100644 --- a/Library/Formula/rbenv-gemset.rb +++ b/Library/Formula/rbenv-gemset.rb @@ -2,8 +2,8 @@ require 'formula'  class RbenvGemset < Formula    homepage 'https://github.com/jamis/rbenv-gemset' -  url 'https://github.com/jamis/rbenv-gemset/tarball/v0.3.0' -  sha1 '52e058e43a4a1395c3fe923365cee53d0977c41a' +  url 'https://github.com/jamis/rbenv-gemset/archive/v0.3.0.tar.gz' +  sha1 '9c40f7efc3fea6e455adc3971d8e3ddd191e7560'    head 'https://github.com/jamis/rbenv-gemset.git' diff --git a/Library/Formula/rbenv-vars.rb b/Library/Formula/rbenv-vars.rb index 079454cf2..8863e4ae0 100644 --- a/Library/Formula/rbenv-vars.rb +++ b/Library/Formula/rbenv-vars.rb @@ -2,8 +2,8 @@ require 'formula'  class RbenvVars < Formula    homepage 'https://github.com/sstephenson/rbenv-vars' -  url 'https://github.com/sstephenson/rbenv-vars/tarball/v1.2.0' -  sha1 '26a248f5a5f0da0cbb7ad154da8a908341951a10' +  url 'https://github.com/sstephenson/rbenv-vars/archive/v1.2.0.tar.gz' +  sha1 '8953cecac154fac96dc1e68b54d66a4c8b569e08'    head 'https://github.com/sstephenson/rbenv-vars.git' diff --git a/Library/Formula/rbenv.rb b/Library/Formula/rbenv.rb index b9fa79a66..b19bbd76f 100644 --- a/Library/Formula/rbenv.rb +++ b/Library/Formula/rbenv.rb @@ -2,8 +2,8 @@ require 'formula'  class Rbenv < Formula    homepage 'https://github.com/sstephenson/rbenv' -  url 'https://github.com/sstephenson/rbenv/tarball/v0.4.0' -  sha1 'a5e80249f985294c1c9f0914f7cbdc85d4cadd74' +  url 'https://github.com/sstephenson/rbenv/archive/v0.4.0.tar.gz' +  sha1 '825ceec55805b8bb80a6d6003fd3cef824d7ff14'    head 'https://github.com/sstephenson/rbenv.git' diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb index 3e05a5933..b439cfbaf 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -7,8 +7,8 @@ end  class Redo < Formula    homepage 'https://github.com/apenwarr/redo' -  url "https://github.com/apenwarr/redo/tarball/redo-0.11" -  sha1 '013f1225c43b25e76b12707846321f2776d441fb' +  url "https://github.com/apenwarr/redo/archive/redo-0.11.tar.gz" +  sha1 '8b26d7c694b91a85d3f252e4ad85ca740ff0babd'    def install      ENV['PREFIX'] = prefix diff --git a/Library/Formula/redsocks.rb b/Library/Formula/redsocks.rb index 8fa80716f..0792ec69b 100644 --- a/Library/Formula/redsocks.rb +++ b/Library/Formula/redsocks.rb @@ -2,8 +2,8 @@ require 'formula'  class Redsocks < Formula    homepage 'http://darkk.net.ru/redsocks' -  url 'https://github.com/darkk/redsocks/tarball/release-0.4' -  sha1 'd8c04e12efc168f6a3910b17e84682aa869afdce' +  url 'https://github.com/darkk/redsocks/archive/release-0.4.tar.gz' +  sha1 '5bc432652b9776c3ee04a3ef58fc9adef8190901'    depends_on 'libevent' diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb index cd533531e..24e8e81ce 100644 --- a/Library/Formula/repl.rb +++ b/Library/Formula/repl.rb @@ -2,8 +2,8 @@ require 'formula'  class Repl < Formula    homepage 'https://github.com/defunkt/repl' -  url 'https://github.com/defunkt/repl/tarball/v1.0.0' -  sha1 '1a376273043d7c5193ad688dd9d5ee72329655bd' +  url 'https://github.com/defunkt/repl/archive/v1.0.0.tar.gz' +  sha1 'd47d31856a0c474daf54707d1575b45f01ef5cda'    depends_on 'rlwrap' => :optional diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 7649678bb..bda05663e 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -2,8 +2,8 @@ require 'formula'  class Resty < Formula    homepage 'https://github.com/micha/resty' -  url 'https://github.com/micha/resty/tarball/2.2' -  sha1 '0c5271dc66dae7466d8be91979c2c6839ab6af00' +  url 'https://github.com/micha/resty/archive/2.2.tar.gz' +  sha1 'a4dc1b55cee034e72fcf8d58831c734e19f5869a'    head 'https://github.com/micha/resty.git' diff --git a/Library/Formula/roundup.rb b/Library/Formula/roundup.rb index 0b5a2fceb..b7880daa0 100644 --- a/Library/Formula/roundup.rb +++ b/Library/Formula/roundup.rb @@ -2,8 +2,8 @@ require 'formula'  class Roundup < Formula    homepage 'http://bmizerany.github.com/roundup' -  url 'https://github.com/bmizerany/roundup/tarball/v0.0.5' -  sha1 '9a68d8ccc6f3f609344781931561a574c581c7c0' +  url 'https://github.com/bmizerany/roundup/archive/v0.0.5.tar.gz' +  sha1 '76ad889ed8e4c32d24847ba2848a8515199e0966'    head 'https://github.com/bmizerany/roundup.git' diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index f8fd3cc8d..5824b8c06 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -2,8 +2,8 @@ require 'formula'  class RubyBuild < Formula    homepage 'https://github.com/sstephenson/ruby-build' -  url 'https://github.com/sstephenson/ruby-build/tarball/v20130227' -  sha1 '5cdcc5552f2ffb11ea161c98250e4c6153202462' +  url 'https://github.com/sstephenson/ruby-build/archive/v20130227.tar.gz' +  sha1 '237197394cac6edcdddf5ff5d16d1b72a722eac3'    head 'https://github.com/sstephenson/ruby-build.git' diff --git a/Library/Formula/runcocoa.rb b/Library/Formula/runcocoa.rb index cb56568fe..3cc08b80e 100644 --- a/Library/Formula/runcocoa.rb +++ b/Library/Formula/runcocoa.rb @@ -2,8 +2,8 @@ require 'formula'  class Runcocoa < Formula    homepage 'https://github.com/michaeltyson/Commandline-Cocoa' -  url 'https://github.com/michaeltyson/Commandline-Cocoa/tarball/834f73b4b5d0d2be0d336c9869973f5f0db55949' -  sha1 '76f95d2b0f893ff635e0ff2487ffc26846d995f3' +  url 'https://github.com/michaeltyson/Commandline-Cocoa/archive/834f73b4b5d0d2be0d336c9869973f5f0db55949.tar.gz' +  sha1 '0a52052b329ca936735944de19989b6dbda6932b'    version '20120108'    def install diff --git a/Library/Formula/serialosc.rb b/Library/Formula/serialosc.rb index 46957373e..83b307e62 100644 --- a/Library/Formula/serialosc.rb +++ b/Library/Formula/serialosc.rb @@ -2,8 +2,8 @@ require 'formula'  class Serialosc < Formula    homepage 'http://docs.monome.org/doku.php?id=app:serialosc' -  url 'https://github.com/monome/serialosc/tarball/1.2' -  sha1 'a5eb073df2e4882baf7adb3ae35a92b861652977' +  url 'https://github.com/monome/serialosc/archive/1.2.tar.gz' +  sha1 '230c3f0cb6176da6aec3b80500e175cb7f90a76a'    head 'https://github.com/monome/serialosc.git' diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index 6df408108..eb59f486d 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -1,9 +1,9 @@  require 'formula'  class ShellFm < Formula -  url 'https://github.com/jkramer/shell-fm/tarball/v0.8' +  url 'https://github.com/jkramer/shell-fm/archive/v0.8.tar.gz'    homepage 'http://nex.scrapping.cc/shell-fm/' -  sha1 'ad35391489a4c5b216740a543f6cb46285f556c7' +  sha1 '13d8c1f6ce9c24a99d0c3ee6a3ce138835d504a1'    head 'https://github.com/jkramer/shell-fm.git'    # homepage says that libao is optional, but it doesn't seem diff --git a/Library/Formula/sickbeard.rb b/Library/Formula/sickbeard.rb index c57e442dc..857047660 100644 --- a/Library/Formula/sickbeard.rb +++ b/Library/Formula/sickbeard.rb @@ -2,8 +2,8 @@ require 'formula'  class Sickbeard < Formula    homepage 'http://www.sickbeard.com/' -  url 'https://github.com/midgetspy/Sick-Beard/tarball/build-498' -  sha1 '39b57fadf7c5562e889f9203c0dac5212eab9b79' +  url 'https://github.com/midgetspy/Sick-Beard/archive/build-498.tar.gz' +  sha1 'd4374c2377d4731aea3b142c4bd14fa82c832951'    head 'https://github.com/midgetspy/Sick-Beard.git' diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index f6d5a7eea..4d98be5a0 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -2,8 +2,8 @@ require 'formula'  class Sshfs < Formula    homepage 'http://fuse.sourceforge.net/sshfs.html' -  url 'https://github.com/fuse4x/sshfs/tarball/sshfs_2_4_0' -  sha1 '37a9a49a3042fad43f168f25454b56060a48e210' +  url 'https://github.com/fuse4x/sshfs/archive/sshfs_2_4_0.tar.gz' +  sha1 '30b81ac7f32125088652937568d8886e3bb3f6e2'    depends_on :automake    depends_on :libtool diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index e1253cd1f..602883f6f 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -2,8 +2,8 @@ require 'formula'  class TheSilverSearcher < Formula    homepage 'https://github.com/ggreer/the_silver_searcher' -  url 'https://github.com/ggreer/the_silver_searcher/tarball/0.14' -  sha1 'ce12a4f47cfcf9c030a354ef21bfef44a36d72e4' +  url 'https://github.com/ggreer/the_silver_searcher/archive/0.14.tar.gz' +  sha1 '88272485c3cee363ca13a09dfd8380f1e786afb3'    head 'https://github.com/ggreer/the_silver_searcher.git' diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index a2aec43cb..a1f5522c7 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -2,8 +2,8 @@ require 'formula'  class Tup < Formula    homepage 'http://gittup.org/tup/' -  url 'https://github.com/gittup/tup/tarball/v0.6' -  sha1 '62c83456e6d211ca4ef3026c63231d107e107dd9' +  url 'https://github.com/gittup/tup/archive/v0.6.tar.gz' +  sha1 '59d5bec8dcbdd407ed654ad25ae05d42a4213a2c'    head 'https://github.com/gittup/tup.git'    depends_on 'pkg-config' => :build diff --git a/Library/Formula/vf.rb b/Library/Formula/vf.rb index 358abc68c..a24d8a3f4 100644 --- a/Library/Formula/vf.rb +++ b/Library/Formula/vf.rb @@ -2,8 +2,8 @@ require 'formula'  class Vf < Formula    homepage 'https://github.com/glejeune/vf' -  url 'https://github.com/glejeune/vf/tarball/0.0.1' -  sha1 '7284328776ada13bafd91e08b8cc90f1239e96b5' +  url 'https://github.com/glejeune/vf/archive/0.0.1.tar.gz' +  sha1 '288086b41857c292207f0dc1c69e0f4435e0195b'    head 'https://github.com/glejeune/vf.git' diff --git a/Library/Formula/voms.rb b/Library/Formula/voms.rb index e742d4a29..0e160015e 100644 --- a/Library/Formula/voms.rb +++ b/Library/Formula/voms.rb @@ -2,8 +2,8 @@ require 'formula'  class Voms < Formula    homepage 'https://github.com/italiangrid/voms' -  url 'https://github.com/italiangrid/voms/tarball/2_0_8' -  sha1 '5dcdbea034152b02646a4aecaafb6888a71b22ed' +  url 'https://github.com/italiangrid/voms/archive/2_0_8.tar.gz' +  sha1 'f8c442318636a29da9e2cf8933fa46249b337a05'    depends_on :autoconf    depends_on :automake diff --git a/Library/Formula/vowpal-wabbit.rb b/Library/Formula/vowpal-wabbit.rb index 17eb437f4..022171238 100644 --- a/Library/Formula/vowpal-wabbit.rb +++ b/Library/Formula/vowpal-wabbit.rb @@ -2,8 +2,8 @@ require 'formula'  class VowpalWabbit < Formula    homepage 'https://github.com/JohnLangford/vowpal_wabbit' -  url 'https://github.com/JohnLangford/vowpal_wabbit/tarball/v7.2' -  sha1 '974dc03941fabc304ddfcf3ceb3d763c702c6b6b' +  url 'https://github.com/JohnLangford/vowpal_wabbit/archive/v7.2.tar.gz' +  sha1 'cff4ea03ec31c0849307696cfdefcb6e294deec9'    head 'https://github.com/JohnLangford/vowpal_wabbit.git' diff --git a/Library/Formula/webkit2png.rb b/Library/Formula/webkit2png.rb index 0bd9042c4..1d78fbfd0 100644 --- a/Library/Formula/webkit2png.rb +++ b/Library/Formula/webkit2png.rb @@ -2,9 +2,9 @@ require 'formula'  class Webkit2png < Formula    homepage 'http://www.paulhammond.org/webkit2png/' -  url 'https://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d' +  url 'https://github.com/paulhammond/webkit2png/archive/9c4265a82ebfcec200fca8de39fb970e5aae0a3d.tar.gz'    version '0.5' -  sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310' +  sha1 '43765c86306e63b6d9d5a7c904598f3834b98b35'    def install      bin.install 'webkit2png' diff --git a/Library/Formula/xbee-comm.rb b/Library/Formula/xbee-comm.rb index da88098df..fd92d38b8 100644 --- a/Library/Formula/xbee-comm.rb +++ b/Library/Formula/xbee-comm.rb @@ -5,8 +5,8 @@ require 'formula'  class XbeeComm < Formula    homepage 'https://github.com/guyzmo/xbee-comm.git' -  url 'https://github.com/guyzmo/xbee-comm/tarball/v1.5' -  sha1 '260e4ca71dabde120fd90089f0dada68d3123dcf' +  url 'https://github.com/guyzmo/xbee-comm/archive/v1.5.tar.gz' +  sha1 '1eefd2818fcffb2da9e217c7df48b1ff4f72ef3a'    head 'https://github.com/guyzmo/xbee-comm.git' | 
