Latest version wouldn't work with Ruby bindings

So bumping down.
master
Mel Gray 2009-10-20 17:37:33 -07:00 committed by Max Howell
parent b184e053ed
commit 1a875cd60b
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
require 'formula'
class TokyoTyrant <Formula
url 'http://1978th.net/tokyotyrant/tokyotyrant-1.1.36.tar.gz'
# For some reason TT-1.1.36 wouldn't compile against TC-1.4.33
# Also it appears the Ruby (Rufus) bindings will only work with up to 1.1.33
url 'http://1978th.net/tokyotyrant/tokyotyrant-1.1.33.tar.gz'
homepage 'http://1978th.net/tokyotyrant/'
sha1 '116c413affdc649602439adc815c9dcb133cc502'
md5 '48b153ed85b5f7057eedd3ce304eca34'
depends_on 'tokyo-cabinet'
depends_on 'lua'