diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-06 06:53:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-06 07:06:14 -0300 |
commit | a5b705703bfff685baeb2202f555c9dc795a01e5 (patch) | |
tree | 661f260802d82c030d11400ddf9ce54d2b347c35 /community | |
parent | 86bd31c8bbf9d41cf17a626b4c5d9e84c451100b (diff) | |
download | aports-a5b705703bfff685baeb2202f555c9dc795a01e5.tar.bz2 aports-a5b705703bfff685baeb2202f555c9dc795a01e5.tar.xz |
community/gsoap: upgrade to 2.8.89
Diffstat (limited to 'community')
-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 964e9ab8a0..954fbb4bb1 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.88 +pkgver=2.8.89 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="7f25ed46fe73fa041d21b9024a0a072588c322a317d1781795de9fb34a9641956a4cd8063f1a75f7abc110444303cea0b4098608ec25328e6791d19308a3fd4e gsoap_2.8.88.zip" +sha512sums="c0360b510717ca4ba53af855eb48793746249c0672180ab2145550fabb7919fd89ccf3e5c66793f56e1f04b7cf2adf8f93ea58842e5b271c01191e9d992f715c gsoap_2.8.89.zip" |