Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
gsoap
Commits:
6963a96e by Sergej Pupykin at 2024-04-28T20:45:59+03:00
upgpkg: 2.8.134-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gsoap
pkgdesc = Offers an XML language binding to ease the development of
SOAP/XML Web services in C and C/C++
- pkgver = 2.8.133
+ pkgver = 2.8.134
pkgrel = 1
url = https://www.cs.fsu.edu/~engelen/soap.html
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gsoap
depends = zlib
depends = gcc-libs
options = staticlibs
- source = https://prdownloads.sourceforge.net/gsoap2/gsoap_2.8.133.zip
- sha256sums =
93e124302c5775e115e661af2bf4e1f07fa05aef14f58ce65b5c27c833afe279
+ source = https://prdownloads.sourceforge.net/gsoap2/gsoap_2.8.134.zip
+ sha256sums =
63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218
pkgname = gsoap
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Lee.MaRS <[email protected]>
pkgname=gsoap
-pkgver=2.8.133
+pkgver=2.8.134
pkgrel=1
pkgdesc="Offers an XML language binding to ease the development of SOAP/XML
Web services in C and C/C++"
url="https://www.cs.fsu.edu/~engelen/soap.html"
@@ -13,7 +13,7 @@ depends=('openssl' 'zlib' 'gcc-libs')
makedepends=('autoconf' 'automake')
options=('staticlibs')
source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip")
-sha256sums=('93e124302c5775e115e661af2bf4e1f07fa05aef14f58ce65b5c27c833afe279')
+sha256sums=('63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218')
prepare() {
cd "$srcdir"/gsoap-2.8
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gsoap/-/commit/6963a96eed5ad735077e6b8f0866a40b57f97a9b
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gsoap/-/commit/6963a96eed5ad735077e6b8f0866a40b57f97a9b
You're receiving this email because of your account on gitlab.archlinux.org.