tarantool 1.7.5.184
Closes #19371. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
1fad2d2f0d
commit
2e75077b00
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Tarantool < Formula
|
||||
desc "In-memory database and Lua application server."
|
||||
homepage "https://tarantool.org/"
|
||||
url "https://download.tarantool.org/tarantool/1.7/src/tarantool-1.7.5.126.tar.gz"
|
||||
sha256 "3e2a528a7693680fcf4844e10216aae38419fcd1617119ad712fc30dbad5df5a"
|
||||
url "https://download.tarantool.org/tarantool/1.7/src/tarantool-1.7.5.184.tar.gz"
|
||||
sha256 "3c95948b90ef17ec772b09532aaaef7a71c75d2b13cbe192e6dd1796069afd01"
|
||||
|
||||
head "https://github.com/tarantool/tarantool.git", :branch => "1.8", :shallow => false
|
||||
|
||||
|
@ -13,6 +13,7 @@ class Tarantool < Formula
|
|||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "icu4c"
|
||||
depends_on "openssl"
|
||||
depends_on "readline"
|
||||
|
||||
|
|
Loading…
Reference in a new issue