x264: use $(SORT)

This commit is contained in:
darealshinji 2017-08-10 17:52:19 +02:00 committed by GitHub
parent 1301cd3977
commit 2845c33e83
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