Update Tokyo Cabinet to 1.4.45
This commit is contained in:
parent
da08310334
commit
94a63f60a1
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class TokyoCabinet <Formula
|
||||
url 'http://1978th.net/tokyocabinet/tokyocabinet-1.4.42.tar.gz'
|
||||
homepage 'http://1978th.net/tokyocabinet'
|
||||
sha1 'e46da0ef614f821b57564639cf15388df1c39fb5'
|
||||
url 'http://1978th.net/tokyocabinet/tokyocabinet-1.4.45.tar.gz'
|
||||
homepage 'http://1978th.net/tokyocabinet/'
|
||||
sha1 '71b119818ef04dd97ba06bac27cdafaf6d7cce41'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--enable-fastest",
|
||||
"--libdir=#{lib}", "--includedir=#{include}"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
"--enable-fastest"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue