diff options
| author | Brett Koonce | 2013-01-17 22:44:40 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-17 21:11:10 -0800 |
| commit | 36f76c0ddeacd925fb386756f23bcbb362283a2b (patch) | |
| tree | 70a61e3b0b56a255cee74a193f3c67e59a400577 /Library/Formula/libzdb.rb | |
| parent | 48df45a0c747532e736ed87fb47c5bccb9adfc94 (diff) | |
| download | homebrew-36f76c0ddeacd925fb386756f23bcbb362283a2b.tar.bz2 | |
libzdb 2.11.1
Closes #17158.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/libzdb.rb')
| -rw-r--r-- | Library/Formula/libzdb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libzdb.rb b/Library/Formula/libzdb.rb index 838731af7..02d13fbcc 100644 --- a/Library/Formula/libzdb.rb +++ b/Library/Formula/libzdb.rb @@ -2,8 +2,8 @@ require 'formula' class Libzdb < Formula homepage 'http://tildeslash.com/libzdb/' - url 'http://tildeslash.com/libzdb/dist/libzdb-2.10.6.tar.gz' - sha1 'ae649655788a8db50f2bb0c36f90afe8a7fcc40b' + url 'http://tildeslash.com/libzdb/dist/libzdb-2.11.1.tar.gz' + sha1 'c6fd44a779e7e0c112ebd7b30a1ee08f86feb41e' option 'without-sqlite', "Compile without SQLite support" option 'without-postgresql', "Compile without PostgreSQL support" |
