gsoap: fix checksum
Closes Homebrew/homebrew#25364. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
25368bc0f8
commit
52cdebf01b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ 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.17.zip'
|
||||
sha1 'acf815bfd8cae1098edd3340880a6f817a170dee'
|
||||
sha1 'd6c483ea2eabade138d71d005300be909be9a274'
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue