diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 19:02:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 19:21:50 -0300 |
commit | a4b3316ba2cf116943819ea1e4258a1286ca7318 (patch) | |
tree | ffdb82e05e322c499289904163c15d41d9052db0 | |
parent | 17f1b16b6be300209b5ba6fbccbc2aa3db7f1d8a (diff) | |
download | aports-a4b3316ba2cf116943819ea1e4258a1286ca7318.tar.bz2 aports-a4b3316ba2cf116943819ea1e4258a1286ca7318.tar.xz |
community/gsoap: upgrade to 2.8.90
-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 954fbb4bb1..51af5d3ac0 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.89 +pkgver=2.8.90 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="c0360b510717ca4ba53af855eb48793746249c0672180ab2145550fabb7919fd89ccf3e5c66793f56e1f04b7cf2adf8f93ea58842e5b271c01191e9d992f715c gsoap_2.8.89.zip" +sha512sums="254897bfc350e95f7752a11b3b4deecdd59594a9d0e36ea07aa781598519f3fd70a13f97a8c5b4e98d2e4322b967dc60c978c3f3294f003e0ff51efe8aca677a gsoap_2.8.90.zip" |