diff options
| author | Brett Koonce | 2013-10-19 13:17:46 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-19 20:52:10 -0700 |
| commit | c1bc6589e8c354b22d03998b9b60ed9055590adb (patch) | |
| tree | ec231fe7dc2269d02c2f2985b3db1cbff262bd33 /Library/Formula | |
| parent | b4d39f7a6108dc3e8d7d97a20910b18c9b9a6daa (diff) | |
| download | homebrew-c1bc6589e8c354b22d03998b9b60ed9055590adb.tar.bz2 | |
soci 3.2.2
Closes #23377.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/soci.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/soci.rb b/Library/Formula/soci.rb index bf6a6c4a1..4f4afe0e7 100644 --- a/Library/Formula/soci.rb +++ b/Library/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.' |
