diff options
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 dd4f4ebb3e..eda7e34ba9 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.98 +pkgver=2.8.99 pkgrel=0 arch="all" pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d7387c20a551a13f336e8111777f66889c4f29f6895e39dc15ac8e928f566c23838a8ad0616593fd59a6b0dcfff7778d93faa77484a17d9ec1438eed610f975a gsoap_2.8.98.zip" +sha512sums="2746cc91b6e2d74205b6d47bd999e370e3283d8928e5182c0210a703e54e55ada4cd082674ffb96ba2adbc7e68567fe764e0bf069475fb0eb47cf742e2802b12 gsoap_2.8.99.zip" |