From fc5ef99b943e396ba6085588be3f91c00645eec3 Mon Sep 17 00:00:00 2001 From: Yuanmiao Gui Date: Sun, 11 Aug 2019 17:34:29 +0800 Subject: [PATCH] gsoap: Update to 2.8.89 --- mingw-w64-gsoap/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-gsoap/PKGBUILD b/mingw-w64-gsoap/PKGBUILD index 627e8ea3ed..af7895027c 100644 --- a/mingw-w64-gsoap/PKGBUILD +++ b/mingw-w64-gsoap/PKGBUILD @@ -3,7 +3,7 @@ _realname=gsoap _ver_major=2 _ver_minor=8 -_ver_patch=88 +_ver_patch=89 _dir="${_realname}-${_ver_major}.${_ver_minor}" _file="${_realname}_${_ver_major}.${_ver_minor}.${_ver_patch}.zip" @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "bison") depends=() source=(https://jaist.dl.sourceforge.net/project/gsoap2/${_dir}/${_file}) -sha256sums=('effbf8a4533917b9eb3aa0e79db13573ef52e768158f5b4eb93d49b0c5cb2fa8') +sha256sums=('d9b10ca2611b00932fab98cbf67b514ddad24f22cbbda91d9d68ea45821c54f2') build() { [[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"