aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-09-21 18:09:12 -0700
committerMike McQuaid2014-09-22 09:38:08 -0700
commitfdb892375c24d87545dc6825d63e7428cb679ffb (patch)
tree5b41b340c457310589c28ab8fa07ee9dcb5c125a /Library
parent3db90c808f5da2506907344f42d0093a1bfea506 (diff)
downloadhomebrew-fdb892375c24d87545dc6825d63e7428cb679ffb.tar.bz2
gsoap 2.8.18
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gsoap.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/gsoap.rb b/Library/Formula/gsoap.rb
index 0295170cf..38f11800e 100644
--- a/Library/Formula/gsoap.rb
+++ b/Library/Formula/gsoap.rb
@@ -1,14 +1,14 @@
-require 'formula'
+require "formula"
class Gsoap < Formula
- homepage 'http://www.cs.fsu.edu/~engelen/soap.html'
- url 'https://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.17.zip'
- sha1 'd6c483ea2eabade138d71d005300be909be9a274'
+ homepage "http://www.cs.fsu.edu/~engelen/soap.html"
+ url "https://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.18.zip"
+ sha1 "672d81f1b15eb64f2b55f2ba3217be43ae3b197a"
def install
ENV.deparallelize
- system './configure', "--prefix=#{prefix}"
- system 'make install'
+ system "./configure", "--prefix=#{prefix}"
+ system "make install"
end
test do