summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-12 11:31:14 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-12 11:31:14 (GMT)
commitf938a64109f7b48af4aadac72456a4db4ab03397 (patch)
treec994fa8a447bd7c19e6175520ab8b6788a83537a /src
parent417513d50ea7e91c83dbde55fb532ab7187cd777 (diff)
downloadmxe-f938a64109f7b48af4aadac72456a4db4ab03397.zip
mxe-f938a64109f7b48af4aadac72456a4db4ab03397.tar.gz
mxe-f938a64109f7b48af4aadac72456a4db4ab03397.tar.bz2
package libffi: fix update script
Diffstat (limited to 'src')
-rw-r--r--src/libffi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffi.mk b/src/libffi.mk
index 0b20035..e28ce4d 100644
--- a/src/libffi.mk
+++ b/src/libffi.mk
@@ -11,8 +11,8 @@ $(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://github.com/atgreen/libffi/tags' | \
- grep '<a href="/atgreen/libffi/tarball/' | \
- $(SED) -n 's,.*href="/atgreen/libffi/tarball/v\([0-9][^"]*\)".*,\1,p' | \
+ grep '<a href="/atgreen/libffi/archive/' | \
+ $(SED) -n 's,.*href="/atgreen/libffi/archive/v\([0-9][^"]*\)\.tar.*,\1,p' | \
head -1
endef