gsoap: fix fetch

This commit is contained in:
classabbyamp 2023-08-16 18:27:14 -04:00
parent fd4125a3e2
commit c9a1dbaef5
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ short_desc="Toolkit for SOAP and REST Web Services and XML-Based Applications"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://www.genivia.com/dev.html"
distfiles="${SOURCEFORGE_SITE}/gsoap2/gsoap_${version}.zip"
# distfiles="${SOURCEFORGE_SITE}/gsoap2/gsoap_${version}.zip"
# distfile is gone from upstream
distfiles="https://sources.voidlinux.org/gsoap-2.8.124/gsoap_2.8.124.zip"
checksum=4b798780989338f665ef8e171bbcc422a271004d62d5852666d5eeca33a6a636
disable_parallel_build=yes
CFLAGS="-fcommon"