aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql++.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql++.rb b/Library/Formula/mysql++.rb
index 5e437993b..298690e76 100644
--- a/Library/Formula/mysql++.rb
+++ b/Library/Formula/mysql++.rb
@@ -1,9 +1,9 @@
require 'formula'
class Mysqlxx < Formula
- url 'http://tangentsoft.net/mysql++/releases/mysql++-3.2.0.tar.gz'
homepage 'http://tangentsoft.net/mysql++/'
- sha1 '4bd50f5b8259b5f12e42d6a810e5941eaddaf24a'
+ url 'http://tangentsoft.net/mysql++/releases/mysql++-3.2.1.tar.gz'
+ sha1 '1ce5a4484b66d9852718412315e1409cafd8c397'
depends_on 'mysql-connector-c'