diff options
| author | Pedro Borges | 2011-12-19 18:48:45 +0000 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-12-19 13:31:38 -0800 |
| commit | 9b2b9279fb000e36c6496b2afbd285e9729cb621 (patch) | |
| tree | 9ee65c24baa3a3041d01aabd692e22e05133180d /Library/Formula | |
| parent | d7e768f2c0edfbf7d0e94f21bce6a271edf4dcc4 (diff) | |
| download | homebrew-9b2b9279fb000e36c6496b2afbd285e9729cb621.tar.bz2 | |
kyoto-cabinet: Update to 1.2.72
Closes #9187.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -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 284ff031f..3c49c62af 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.70.tar.gz' + url 'http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.72.tar.gz' homepage 'http://fallabs.com/kyotocabinet/' - sha1 '58dee8ff10dbff4d9508fdcfa8d5699ef1035f74' + sha1 '3ce2a2b2f8f8d36aa6dea840f62f88342fcd2a3a' def install system "./configure", "--disable-debug", "--prefix=#{prefix}" |
