package cegui: fix update macro

This commit is contained in:
Tony Theodore 2013-05-25 22:31:31 +10:00
parent d57ce63c49
commit ef872e631a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $(PKG)_DEPS := gcc pcre freeglut freeimage freetype libxml2 expat xerces
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://bitbucket.org/cegui/cegui/downloads' | \
$(SED) -n 's,.*href=.*get/v\([0-9-]-[0-9]-[0-9]\)\.tar.*,\1,p' | \
$(SED) -n 's,.*href=.*get/v\([0-9]*-[0-9]*-[0-9]*\)\.tar.*,\1,p' | \
$(SED) 's,-,.,g' | \
$(SORT) -V | \
tail -1