libzdb 3.1

Closes Homebrew/homebrew#44179.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tomasz Pajor 2015-09-20 16:09:47 +02:00 committed by Dominyk Tiller
parent 3d6ce71ce6
commit d38555384a

View file

@ -1,8 +1,8 @@
class Libzdb < Formula
desc "Database connection pool library"
homepage "http://tildeslash.com/libzdb/"
url "http://tildeslash.com/libzdb/dist/libzdb-3.0.tar.gz"
sha256 "e334bcb9ca1410e863634a164e3b1b5784018eb6e90b6c2b527780fc29a123c8"
url "http://tildeslash.com/libzdb/dist/libzdb-3.1.tar.gz"
sha256 "0f01abb1b01d1a1f4ab9b55ad3ba445d203fc3b4757abdf53e1d85e2b7b42695"
bottle do
cellar :any
@ -12,6 +12,7 @@ class Libzdb < Formula
sha1 "4ab2279dae830f543cc9fec5d41197150163bf83" => :mountain_lion
end
depends_on "openssl"
depends_on :postgresql => :recommended
depends_on :mysql => :recommended
depends_on "sqlite" => :recommended