summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libffi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffi.mk b/src/libffi.mk
index 09fc2bc..e397ce2 100644
--- a/src/libffi.mk
+++ b/src/libffi.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := ftp://sourceware.org/pub/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q --no-check-certificate -O- 'http://github.com/atgreen/libffi/tags' | \
+ wget -q --no-check-certificate -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' | \
head -1