summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-01-04 10:54:57 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-01-04 10:54:57 (GMT)
commitf7fc9e330ad8f61c76800dc2ee5593c491ed54d2 (patch)
treedc7d832d843c1985eb2dc8080a506a42b32055dd
parentb674bbee18d9a2bb06ce18b7a245f9c83eb8b4c6 (diff)
downloadmxe-f7fc9e330ad8f61c76800dc2ee5593c491ed54d2.zip
mxe-f7fc9e330ad8f61c76800dc2ee5593c491ed54d2.tar.gz
mxe-f7fc9e330ad8f61c76800dc2ee5593c491ed54d2.tar.bz2
gsoap: update source URL
-rw-r--r--src/gsoap.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index 435aded..271ff57 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -8,11 +8,11 @@ $(PKG)_VERSION := 2.8.22
$(PKG)_CHECKSUM := 30b045af2633ac5e92ea92fdb4baad784afe6e6548b5ef2f9cad48df6a7d3e48
$(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
$(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE)
+$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gsoap-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgcrypt libntlm openssl
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://sourceforge.net/projects/gsoap2/files/gSOAP/' | \
+ $(WGET) -q -O- 'http://sourceforge.net/projects/gsoap2/files/gsoap-2.8/' | \
$(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.zip.*,\1,p' | \
head -1
endef