diff options
Diffstat (limited to 'community/gsoap/APKBUILD')
-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 e500bea96b..c04de7ab9a 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.100 +pkgver=2.8.101 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="090ace2a5df8b745e6c158031b4452f2860d76165f311e905919dbd7a0a7f76940dea192143cf7aebf5352298080616941e4e7541d77bf8e543d871730073f69 gsoap_2.8.100.zip" +sha512sums="1c67f93272dc912ff52afbe6a377142a01915e125cda8fca674bd4345560bd5a1734a254ef7a4215349ca78ebc5266687efe6fb363b414d62ef342a1f8f0c77a gsoap_2.8.101.zip" |