From 3d1a6ef3e896d456b2885bb6456d0114c02aab6f Mon Sep 17 00:00:00 2001 From: Juan Sebastian Casallas Date: Wed, 12 Oct 2011 23:16:07 +0200 Subject: 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 --- Library/Formula/bullet.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula/bullet.rb') 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 -- cgit v1.2.3