summaryrefslogtreecommitdiffstats
path: root/src/x264.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/x264.mk')
-rw-r--r--src/x264.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x264.mk b/src/x264.mk
index 898d67f..273a8ac 100644
--- a/src/x264.mk
+++ b/src/x264.mk
@@ -11,7 +11,7 @@ $(PKG)_URL := https://download.videolan.org/pub/videolan/$(PKG)/snapshots/$
$(PKG)_DEPS := gcc liblsmash yasm
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://git.videolan.org/?p=x264.git;a=shortlog' | \
+ $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \
$(SED) -n 's,.*\([0-9]\{4\}\)-\([0-9]\{2\}\)-\([0-9]\{2\}\).*,\1\2\3-2245,p' | \
sort | \
tail -1