wok diff vym/receipt @ rev 25545
Add pom1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 15 16:15:09 2023 +0000 (20 months ago) |
parents | 86c657b651d4 |
children | 29df00e1e19d |
line diff
1.1 --- a/vym/receipt Wed Sep 29 12:51:33 2021 +0000 1.2 +++ b/vym/receipt Wed Mar 15 16:15:09 2023 +0000 1.3 @@ -13,10 +13,11 @@ 1.4 DEPENDS="libQtCore libQtNetwork libQtXml libQtSql libQtGui libQt3Support zip" 1.5 BUILD_DEPENDS="qmake Qt4-dev" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 1.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/Development/d;/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.13 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 1.14 } 1.15