kyoto-cabinet: Update to 1.2.72
Closes Homebrew/homebrew#9187. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
441626e03a
commit
9010d534f0
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue