diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 00:19:04 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 05:02:46 -0300 |
commit | c8d72b9008b6b9b3991e01e097627bb25cb00708 (patch) | |
tree | e7895759403be01eb1d31899f5d7167e5174a0d8 /community/gsoap | |
parent | 1b2f36d87a89cc5e9666b083efac2695ef10ec9f (diff) | |
download | aports-c8d72b9008b6b9b3991e01e097627bb25cb00708.tar.bz2 aports-c8d72b9008b6b9b3991e01e097627bb25cb00708.tar.xz |
community/gsoap: upgrade to 2.8.91
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 51af5d3ac0..4d71a17778 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.90 +pkgver=2.8.91 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="254897bfc350e95f7752a11b3b4deecdd59594a9d0e36ea07aa781598519f3fd70a13f97a8c5b4e98d2e4322b967dc60c978c3f3294f003e0ff51efe8aca677a gsoap_2.8.90.zip" +sha512sums="ed99f1a20fd95edc7f24cf55454ee057b8c88d2e5b5b153b61c44c57bf4d92fb65ed557e9cb9ea89e3fa8939689c0e30791cebdb91b837482ec8ec13ae281abc gsoap_2.8.91.zip" |