Skip to content

Commit

Permalink
gsoap: update to 2.8.134
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Apr 29, 2024
1 parent 1a19b8f commit fbda2d7
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
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.8.133
pkgver=2.8.134
pkgrel=1
pkgdesc="An extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")
source=(https://prdownloads.sourceforge.net/gsoap2/${_realname}_${pkgver}.zip)
sha256sums=('93e124302c5775e115e661af2bf4e1f07fa05aef14f58ce65b5c27c833afe279')
sha256sums=('63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit fbda2d7

Please sign in to comment.