diff options
| author | Brett Koonce | 2013-09-15 18:11:57 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-15 17:03:35 -0700 |
| commit | 018d94718581a1484ba0d74a5508a5b9bf5b45ef (patch) | |
| tree | b751b3cf1038962bf093fee0f67bc30827db6433 /Library/Formula | |
| parent | 4e8a75c79517debd3b130f47207750e3a4d07341 (diff) | |
| download | homebrew-018d94718581a1484ba0d74a5508a5b9bf5b45ef.tar.bz2 | |
gsoap 2.8.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gsoap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gsoap.rb b/Library/Formula/gsoap.rb index 2c459deeb..7dba5b2a3 100644 --- a/Library/Formula/gsoap.rb +++ b/Library/Formula/gsoap.rb @@ -2,8 +2,8 @@ require 'formula' class Gsoap < Formula homepage 'http://www.cs.fsu.edu/~engelen/soap.html' - url 'http://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.15.zip' - sha1 '3238ea70fcd3356bd2e7cd3d1e2ef91c1040b81a' + url 'http://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.16.zip' + sha1 '8024f03dedef361a5271a7c0b26f961fd278703c' def install ENV.deparallelize |
