From 25c1efeb8ae59a2bd2139e5337e67dd29cee17b1 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 19 Oct 2013 13:17:46 -0500 Subject: [PATCH] soci 3.2.2 Closes Homebrew/homebrew#23377. Signed-off-by: Adam Vandenberg --- Formula/soci.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/soci.rb b/Formula/soci.rb index bf6a6c4a106..4f4afe0e7cc 100644 --- a/Formula/soci.rb +++ b/Formula/soci.rb @@ -2,11 +2,12 @@ require 'formula' class Soci < Formula homepage 'http://soci.sourceforge.net/' - url 'http://download.sourceforge.net/project/soci/soci/soci-3.2.1/soci-3.2.1.zip' - sha1 '6ad37cd6f048b5de55308eda645c15637466ac18' + url 'http://download.sourceforge.net/project/soci/soci/soci-3.2.2/soci-3.2.2.zip' + sha1 '2e7075e570e94f1f0b3adb28614558dd053c8f86' depends_on 'cmake' => :build depends_on 'boost' => [:build, :optional] + depends_on 'sqlite' if MacOS.version <= :snow_leopard option 'with-oracle', 'Enable Oracle support.' option 'with-boost', 'Enable boost support.'