diff options
| -rw-r--r-- | Library/Formula/disco.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/fuse4x-kext.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/openmeeg.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/pbrt.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/plustache.rb | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index 9025058f5..2efe7bc69 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -2,8 +2,8 @@ require 'formula' class Disco < Formula homepage 'http://discoproject.com/' - url 'https://github.com/tuulos/disco/tarball/0.3.2' - sha1 'f676e59b7bec0901566888533fd7eed5ff5c45d5' + url 'https://github.com/tuulos/disco/archive/0.3.2.tar.gz' + sha1 'c6e698d0ec1c73b55597251038ee20d9b8e5c289' # Periods in the install path cause disco-worker to complain so change to underscores. version '0_3_2' head 'https://github.com/tuulos/disco.git' diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index 4e866aa61..fe237df52 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -6,8 +6,8 @@ end class Fuse4xKext < Formula homepage 'http://fuse4x.github.com' - url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_9_2' - sha1 'ff143cd14346a6b79769b745e117949baae86705' + url 'https://github.com/fuse4x/kext/archive/fuse4x_0_9_2.tar.gz' + sha1 '4222c14b38325d9e41fb0925d2681dda3e73e861' bottle do # Bottle provided for Lion and newer since the Command Line Tools cannot diff --git a/Library/Formula/openmeeg.rb b/Library/Formula/openmeeg.rb index 2f976e70e..df66761e0 100644 --- a/Library/Formula/openmeeg.rb +++ b/Library/Formula/openmeeg.rb @@ -2,8 +2,8 @@ require 'formula' class Openmeeg < Formula homepage 'http://www-sop.inria.fr/athena/software/OpenMEEG/' - url 'https://github.com/openmeeg/openmeeg/tarball/release-2.1' - sha1 'b779f95db3687e5e338f889d9510b5777fdbdb79' + url 'https://github.com/openmeeg/openmeeg/archive/release-2.1.tar.gz' + sha1 'c19896bde64e751142c74d15bf99defec518a054' head 'https://github.com/openmeeg/openmeeg.git' diff --git a/Library/Formula/pbrt.rb b/Library/Formula/pbrt.rb index a86a508b1..f79b74a99 100644 --- a/Library/Formula/pbrt.rb +++ b/Library/Formula/pbrt.rb @@ -2,8 +2,8 @@ require 'formula' class Pbrt < Formula homepage 'http://pbrt.org/' - url 'https://github.com/mmp/pbrt-v2/tarball/2.0.342' - sha1 '60ca05448e69ae750b9f5cb07a1e55204d793698' + url 'https://github.com/mmp/pbrt-v2/archive/2.0.342.tar.gz' + sha1 'c18e4cb5acdd3120573c26be702e452e77273a79' depends_on "openexr" diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb index 3d61fcaa7..105022468 100644 --- a/Library/Formula/plustache.rb +++ b/Library/Formula/plustache.rb @@ -2,8 +2,8 @@ require 'formula' class Plustache < Formula homepage 'https://github.com/mrtazz/plustache' - url 'https://github.com/mrtazz/plustache/tarball/v0.2.0' - sha1 '266f95596cfedb0b7415f49871a75ccd7ace67da' + url 'https://github.com/mrtazz/plustache/archive/v0.2.0.tar.gz' + sha1 '10096ccefed6669b5c87945d7fa6c0a011549eca' depends_on 'boost' |
