diff options
| author | Dustin Rodrigues | 2013-10-21 18:50:38 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-26 12:07:08 -0700 |
| commit | 512e05bebeec754416f5bb7b9aa0f95cf5c1d963 (patch) | |
| tree | 4421de8252f8c7c6abfff270928731669366fa90 /Library/Formula | |
| parent | eaa16dcb34fe84f122e72d3a9c94de5fae40a3d4 (diff) | |
| download | homebrew-512e05bebeec754416f5bb7b9aa0f95cf5c1d963.tar.bz2 | |
libsigc++ 2.3.1
Closes #23429.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsigc++.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libsigc++.rb b/Library/Formula/libsigc++.rb index 811505a06..776c81847 100644 --- a/Library/Formula/libsigc++.rb +++ b/Library/Formula/libsigc++.rb @@ -2,8 +2,8 @@ require 'formula' class Libsigcxx < Formula homepage 'http://libsigc.sourceforge.net' - url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.11.tar.xz' - sha256 '9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957' + url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz' + sha256 '67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393' depends_on 'xz' => :build |
