diff options
| author | nibbles 2bits | 2012-08-19 17:04:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-19 17:57:40 -0700 |
| commit | b3280dc75b3abf0e903f5b74e11e1123b234e52a (patch) | |
| tree | ba9076d4fba3be666601944c59d98df96333db3e /Library | |
| parent | db459fe4dad0ea208a48c67e3291d75415454103 (diff) | |
| download | homebrew-b3280dc75b3abf0e903f5b74e11e1123b234e52a.tar.bz2 | |
getxbook 1.0
Upgrade getxbook to version 1.0. Tested with XCode-4.4.1.
Closes #14298.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/getxbook.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/getxbook.rb b/Library/Formula/getxbook.rb index 2a5b4b8d8..f679da862 100644 --- a/Library/Formula/getxbook.rb +++ b/Library/Formula/getxbook.rb @@ -2,8 +2,8 @@ require 'formula' class Getxbook < Formula homepage 'http://njw.me.uk/software/getxbook/' - url 'http://njw.me.uk/software/getxbook/getxbook-0.9.tar.bz2' - sha1 '833b37fd121b24090ce59424886571be4bedf6c2' + url 'http://njw.me.uk/software/getxbook/getxbook-1.0.tar.bz2' + sha1 '6408bf4e680856c67b5977d9ba73730cd7bde3e6' def install system "make", "CC=#{ENV.cc}", "PREFIX=#{prefix}", "install" |
