diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 11:54:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-09 15:11:11 +0000 |
commit | 54cdc723c10d40c21c18545e4949089155617074 (patch) | |
tree | b0014bab1c4b749c1a6be3d5e78e9c7f1e964924 | |
parent | 82b3161ce929f1aa9a0d9e554d2cec4b858ffcad (diff) | |
download | aports-54cdc723c10d40c21c18545e4949089155617074.tar.gz aports-54cdc723c10d40c21c18545e4949089155617074.tar.bz2 aports-54cdc723c10d40c21c18545e4949089155617074.tar.xz |
community/gsoap: upgrade to 2.8.101
-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" |