diff options
| author | Ian Lancaster | 2013-05-04 22:22:03 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-05 08:55:04 -0700 |
| commit | 3b6ac4d81db95cbd6f2169542a62ba69e1b253e1 (patch) | |
| tree | 04d75c0e5250ac31e71fffb94bb7b3fcccbafe26 /Library/Formula/tokyo-cabinet.rb | |
| parent | fa5309ae66ef63f148abcb3f390e7dfe952b746b (diff) | |
| download | homebrew-3b6ac4d81db95cbd6f2169542a62ba69e1b253e1.tar.bz2 | |
tokyo-cabinet 1.4.48
Closes #19611.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/tokyo-cabinet.rb')
| -rw-r--r-- | Library/Formula/tokyo-cabinet.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tokyo-cabinet.rb b/Library/Formula/tokyo-cabinet.rb index 8fac47783..d3481935e 100644 --- a/Library/Formula/tokyo-cabinet.rb +++ b/Library/Formula/tokyo-cabinet.rb @@ -2,8 +2,8 @@ require 'formula' class TokyoCabinet < Formula homepage 'http://fallabs.com/tokyocabinet/' - url 'http://fallabs.com/tokyocabinet/tokyocabinet-1.4.47.tar.gz' - sha1 '18608ac2e6e469e20d1c36ae1117661bb47901c4' + url 'http://fallabs.com/tokyocabinet/tokyocabinet-1.4.48.tar.gz' + sha256 'a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90' def install system "./configure", "--prefix=#{prefix}", "--enable-fastest" |
