diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-30 20:00:11 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-30 20:00:25 +0000 |
commit | c17138489de21e1047c2bd92f75a836ffcca6037 (patch) | |
tree | 419003329e9ae202ec9eb31c223fcc3dd5f7f0ff /community/gsoap | |
parent | 6685a7f041025d55a0631e9e6a50902e555e9e65 (diff) | |
download | aports-c17138489de21e1047c2bd92f75a836ffcca6037.tar.bz2 aports-c17138489de21e1047c2bd92f75a836ffcca6037.tar.xz |
community/gsoap: upgrade to 2.8.68
Diffstat (limited to 'community/gsoap')
-rw-r--r-- | community/gsoap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoap/APKBUILD b/community/gsoap/APKBUILD index b59b33074c..b71038ce79 100644 --- a/community/gsoap/APKBUILD +++ b/community/gsoap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: <xmingske@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gsoap -pkgver=2.8.67 +pkgver=2.8.68 pkgrel=0 arch="all" pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services" @@ -31,5 +31,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="57c2f0cadebfe81395335d30de181a218a0bf2305854f6297ca6593560b24cac7c02d2546c3c4bd823d796f0df7d8218306a836d11c87f94138d763e1a377feb gsoap_2.8.67.zip +sha512sums="f60095d03dcc4c98083bee2939f0d5d6e3b5c8b20cd768d420b08fa42483d74a91eff8b02b9dd4bd45ebf5d1dbf51fcc713589487cbb9405db85aac8f9e9a7e4 gsoap_2.8.68.zip cb276ffdd213f3626f212f304628d0e91974e493afd325bb324031d5e5ee2cb1de0f57d69da1608320f8e999984c64700fe9273ecdba97401366f662ac15d423 musl-fixes.patch" |