summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-15 06:25:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-17 08:13:11 (GMT)
commit7b51a9c67cca5cda57d4af55f13fe4fcd4f90aa7 (patch)
tree228459c654cbdfc1ce767c3ba82d6fbd0d402dc1 /src
parentd46c1f3141ee78bf70663e7126f5081047155889 (diff)
downloadmxe-7b51a9c67cca5cda57d4af55f13fe4fcd4f90aa7.zip
mxe-7b51a9c67cca5cda57d4af55f13fe4fcd4f90aa7.tar.gz
mxe-7b51a9c67cca5cda57d4af55f13fe4fcd4f90aa7.tar.bz2
freeimage: fix updater
Diffstat (limited to 'src')
-rw-r--r--src/freeimage.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freeimage.mk b/src/freeimage.mk
index 72255a0..4e279be 100644
--- a/src/freeimage.mk
+++ b/src/freeimage.mk
@@ -13,7 +13,7 @@ $(PKG)_DEPS := cc
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/projects/freeimage/files/Source Distribution/' | \
- $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
+ $(SED) -n 's,.*Distribution/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef