summaryrefslogtreecommitdiffstats
path: root/src/gsoap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r--src/gsoap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index cbded4d..4456ab4 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -14,7 +14,7 @@ $(PKG)_DEPS := gcc openssl
define $(PKG)_UPDATE
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/gsoap2/files/gSOAP/) | \
- $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.tar.*,\1,p' | \
+ $(SED) -n 's,.*gsoap_\([0-9][^>]*\)\.zip,\1,p' | \
tail -1
endef