kyoto-cabinet: Update to 1.2.72

Closes Homebrew/homebrew#9187.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Pedro Borges 2011-12-19 18:48:45 +00:00 committed by Charlie Sharpsteen
parent 441626e03a
commit 9010d534f0

View file

@ -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}"