package bullet: fix update macro

This commit is contained in:
Tony Theodore 2014-03-08 05:23:52 +11:00
parent 81213e686e
commit a2055a7007
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://code.google.com/p/bullet/downloads/list?sort=-uploaded' | \
$(SED) -n 's,.*bullet-\([0-9][^<]*\)\.tgz,\1,p' | \
$(SED) -n 's,.*bullet-\([0-9][^<]*\)\.tgz.*,\1,p' | \
head -1
endef