diff options
| author | Jack Nagel | 2014-08-25 00:01:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-25 00:03:12 -0500 |
| commit | 1cb68d296c429ac5f9e64cae1fffd048e751217c (patch) | |
| tree | 9206be3d1fba5cf93367097194eb9aa9ada36ae7 | |
| parent | 675e5d164eb95f120f3d375d07448971e73b5abf (diff) | |
| download | homebrew-1cb68d296c429ac5f9e64cae1fffd048e751217c.tar.bz2 | |
Revert "libsigc++ 2.3.1"
2.3.x is a development branch.
This reverts commit 512e05bebeec754416f5bb7b9aa0f95cf5c1d963.
Closes #31864.
| -rw-r--r-- | Library/Formula/libsigc++.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/libsigc++.rb b/Library/Formula/libsigc++.rb index 486864c27..5af01f6bf 100644 --- a/Library/Formula/libsigc++.rb +++ b/Library/Formula/libsigc++.rb @@ -2,13 +2,10 @@ require 'formula' class Libsigcxx < Formula homepage 'http://libsigc.sourceforge.net' - url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz' - sha256 '67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393' + url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.11.tar.xz' + sha256 '9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957' bottle do - sha1 "8e806e2532f2ef1a1a8bb936a1f54e34c20bda69" => :mavericks - sha1 "2a522fa21082df0620b515dc4466dcb7eb0c5c6f" => :mountain_lion - sha1 "328a7b8efcfd560caae155d3acf25087c2a05462" => :lion end option :cxx11 |
