aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-23 08:56:19 -0800
committerAdam Vandenberg2014-02-23 08:56:19 -0800
commit0d5c1e3a49eea5a1bfe043418a2c9845fb9872e5 (patch)
tree7de892a500fb8f63ba6d8c7cb83866dc6d069ca4 /Library
parent4380927dc8cc328d34c0a79469ec397637a3035d (diff)
downloadhomebrew-0d5c1e3a49eea5a1bfe043418a2c9845fb9872e5.tar.bz2
getxbook 1.1
Closes #26807.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/getxbook.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/getxbook.rb b/Library/Formula/getxbook.rb
index f679da862..07d325b78 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-1.0.tar.bz2'
- sha1 '6408bf4e680856c67b5977d9ba73730cd7bde3e6'
+ url 'http://njw.me.uk/software/getxbook/getxbook-1.1.tar.bz2'
+ sha1 '9d47918ed77e8fb4f4e8b3c412cdcc82834be3e8'
def install
system "make", "CC=#{ENV.cc}", "PREFIX=#{prefix}", "install"