Merge pull request #1875 from darealshinji/patch-1

x264: use $(SORT)
This commit is contained in:
Tony Theodore 2017-08-11 12:38:57 +10:00 committed by GitHub
commit 8772da6210
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc liblsmash yasm
define $(PKG)_UPDATE
$(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 | \
$(SORT) | \
tail -1
endef