Skip to content

Commit

Permalink
gsoap: Update to 2.8.82
Browse files Browse the repository at this point in the history
  • Loading branch information
smalltalkman committed Mar 17, 2019
1 parent 214cfbb commit 130ee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-gsoap/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
_realname=gsoap
_ver_major=2
_ver_minor=8
_ver_patch=81
_ver_patch=82
_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=('0A5BA2E384C49EFA31C925C72D25A8FF06BC4304AAA2ED9335485783358B2D33')
sha256sums=('A2A6D37C94AAF8BF72AE9192848F21D99A9EFA939F0D0D4DDAD5A9E6BE5AD72A')

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

0 comments on commit 130ee0b

Please sign in to comment.