KDSoap: update to 2.0.0.

This commit is contained in:
John 2021-07-14 21:55:27 +02:00
parent 517c02a1fb
commit 4d5c366871
2 changed files with 4 additions and 3 deletions

View file

@ -3892,7 +3892,8 @@ libstk-4.6.1.so libstk-4.6.1_1
libc++utilities.so.5 cpp-utilities-5.2.0_1
libtagparser.so.10 tagparser-10.0.0_1
libqtutilities.so.6 qtutilities-6.0.4_1
libkdsoap.so.1 KDSoap-1.9.1_1
libkdsoap.so.2 KDSoap-2.0.0_1
libkdsoap-server.so.2 KDSoap-2.0.0_1
libstoken.so.1 stoken-0.92_1
libjpegxr.so.0 jxrlib-0.2.2_1
libjxrglue.so.0 jxrlib-0.2.2_1

View file

@ -1,6 +1,6 @@
# Template file for 'KDSoap'
pkgname=KDSoap
version=1.10.0
version=2.0.0
revision=1
wrksrc="kdsoap-${version}"
build_style=cmake
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://www.kdab.com/development-resources/qt-tools/kd-soap/"
distfiles="https://github.com/KDAB/KDSoap/releases/download/kdsoap-${version}/kdsoap-${version}.tar.gz"
checksum=0c606ecc434466dbadb2829820ca163af60cc7ca226f553b5d4032196737338f
checksum=d18963104fa6f7d02b044631cddbe78f18f70e06c607af680c7ace04d6cf04ee
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" KDSoap-devel"