ignore technology previews of package qt

This commit is contained in:
Volker Grabsch 2009-10-27 23:38:37 +01:00
parent ccb3f2e350
commit bc9b42e5a9
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ define $(PKG)_UPDATE
wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \
grep '<li><a href="/qt/qt/commit/' | \
$(SED) -n 's,.*<a[^>]*>v\([0-9][^>]*\)<.*,\1,p' | \
grep -v tp | \
tail -1
endef