diff options
| author | Huahang Liu | 2011-06-05 20:46:48 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-05 08:01:36 -0700 | 
| commit | d10d0f55f3cec52f7a088fc4328177536031477f (patch) | |
| tree | acaaf1f001f4fb56007319f6dff69f67c5840419 /Library/Formula/kyoto-cabinet.rb | |
| parent | 4008db47b39602d6d2bb40bb335248ea26ee6fa0 (diff) | |
| download | homebrew-d10d0f55f3cec52f7a088fc4328177536031477f.tar.bz2 | |
kyoto-cabinet 1.2.58
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/kyoto-cabinet.rb')
| -rw-r--r-- | Library/Formula/kyoto-cabinet.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/kyoto-cabinet.rb b/Library/Formula/kyoto-cabinet.rb index 2440ed394..33424d461 100644 --- a/Library/Formula/kyoto-cabinet.rb +++ b/Library/Formula/kyoto-cabinet.rb @@ -1,9 +1,9 @@  require 'formula'  class KyotoCabinet < Formula -  url 'http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.51.tar.gz' +  url 'http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.58.tar.gz'    homepage 'http://fallabs.com/kyotocabinet/' -  md5 '220d8896cac4917ad839810eddfbe18b' +  sha1 'e14b24c43cd102a9f881e2c26a94871e7df0facf'    def install      system "./configure", "--disable-debug", "--prefix=#{prefix}"  | 
