diff options
| author | Juan Sebastian Casallas | 2011-10-12 23:16:07 +0200 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-13 09:49:35 -0700 |
| commit | 3d1a6ef3e896d456b2885bb6456d0114c02aab6f (patch) | |
| tree | 4142553be00c5d41c265335e4e25c85ed32a91d1 /Library/Formula/bullet.rb | |
| parent | 35e81902a462ffcb6ba3e85272aba14131a9ccbc (diff) | |
| download | homebrew-3d1a6ef3e896d456b2885bb6456d0114c02aab6f.tar.bz2 | |
Bullet: Update to 2.79
-Updated the url to download the latest tgz.
-Added version number since brew might get confused by the tgz's name.
-Changed from md5 to sha1, since sha1 checksums are provided by bullet:
http://code.google.com/p/bullet/downloads/detail?name=bullet-2.79-rev2440.tgz
Closes #8093.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/bullet.rb')
| -rw-r--r-- | Library/Formula/bullet.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/bullet.rb b/Library/Formula/bullet.rb index 939054a86..2690fb691 100644 --- a/Library/Formula/bullet.rb +++ b/Library/Formula/bullet.rb @@ -1,9 +1,10 @@ require 'formula' class Bullet < Formula - url 'http://bullet.googlecode.com/files/bullet-2.77.tgz' + url 'http://bullet.googlecode.com/files/bullet-2.79-rev2440.tgz' homepage 'http://bulletphysics.org/wordpress/' - md5 '2f5074a1a29b618c672f1da4748e374b' + sha1 '49b4b362a0c8d279e32b946ef9578b1dd8c5987c' + version '2.79' depends_on 'cmake' => :build @@ -12,7 +13,7 @@ class Bullet < Formula ['--framework' , "Build Frameworks"], ['--universal' , "Build in universal mode"], ['--shared' , "Build shared libraries"], - ['--build-demo' , "Build demo application"], + ['--build-demo' , "Build demo applications"], ['--build-extra', "Build extra library"] ] end |
