soci 3.2.2

Closes Homebrew/homebrew#23377.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-10-19 13:17:46 -05:00 committed by Adam Vandenberg
parent 8a11975852
commit 25c1efeb8a
1 changed files with 3 additions and 2 deletions

View File

@ -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.'