Skip to content

Commit

Permalink
gsoap: Update to 2.8.101
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Apr 21, 2020
1 parent 4c34676 commit 1d74510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-gsoap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gsoap
_ver_major=2
_ver_minor=8
_ver_patch=100
_ver_patch=101
_dir="${_realname}-${_ver_major}.${_ver_minor}"
_file="${_realname}_${_ver_major}.${_ver_minor}.${_ver_patch}.zip"

Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"bison")
depends=()
source=(https://jaist.dl.sourceforge.net/project/gsoap2/${_dir}/${_file})
sha256sums=('11b4f99d28392e3e1aeb29bfd006a4f1f40e7fdd7a3f3444ee69014d415f09f2')
sha256sums=('bb16dd4e245ee01bee6b411ae94846c1b6dcc28a7fbc552af6b8cf58b36e467e')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down

0 comments on commit 1d74510

Please sign in to comment.