changeset 2318:4ca47331936d

package libffi: fix update macro
author LM <lmemsm@gmail.com>
date Sun, 25 Mar 2012 23:08:30 +1100
parents 2adaf7570f42
children f277af8c2324
files src/libffi.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libffi.mk	Sun Mar 25 14:02:35 2012 +1100
+++ b/src/libffi.mk	Sun Mar 25 23:08:30 2012 +1100
@@ -13,7 +13,7 @@
 $(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