aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeisuke Kawahara2011-09-08 22:03:47 +0900
committerCharlie Sharpsteen2011-09-08 08:27:22 -0700
commit98dd26794721e151073ed0f3e4929fc43dd68e74 (patch)
treeef8e91143b60dbd98ca2514df4a278e4319e16ea
parentd2b750d54c6bd6e5bd0c3590b1a23ce70df74099 (diff)
downloadhomebrew-98dd26794721e151073ed0f3e4929fc43dd68e74.tar.bz2
kyoto-cabinet: Update to 1.2.70
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
-rw-r--r--Library/Formula/kyoto-cabinet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/kyoto-cabinet.rb b/Library/Formula/kyoto-cabinet.rb
index 4bd8515d1..284ff031f 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.69.tar.gz'
+ url 'http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.70.tar.gz'
homepage 'http://fallabs.com/kyotocabinet/'
- sha1 '93ae2c560f72221cef51d0cb8780eb9e90e9d621'
+ sha1 '58dee8ff10dbff4d9508fdcfa8d5699ef1035f74'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"