From b8f721c492bc7d8f54d3bd65ee3dc7be677d006e Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Thu, 17 Jan 2013 22:44:40 -0600 Subject: [PATCH] libzdb 2.11.1 Closes Homebrew/homebrew#17158. Signed-off-by: Adam Vandenberg --- Formula/libzdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libzdb.rb b/Formula/libzdb.rb index 838731af70..02d13fbcc7 100644 --- a/Formula/libzdb.rb +++ b/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"