package wt: fix update script

This commit is contained in:
Tony Theodore 2012-12-12 23:17:33 +11:00
parent 49ccc6c2f7
commit d0fa988bd3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/witty/$($(PKG)_FILE)
$(PKG)_DEPS := gcc boost openssl libharu graphicsmagick pango postgresql sqlite
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/witty/files/witty/' | \
$(WGET) -q -O- 'http://sourceforge.net/projects/witty/files/wt/' | \
$(SED) -n 's,.*wt-\([0-9][^>]*\)\.tar.*,\1,p' | \
tail -1
endef