wok diff gpicview/receipt @ rev 25667
Up wordpress (6.4.3), xerces-c (3.2.5), ytnet (2.1.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 25 12:33:55 2024 +0000 (12 months ago) |
parents | 942f66f38758 |
children |
line diff
1.1 --- a/gpicview/receipt Sat Oct 01 09:32:27 2022 +0000 1.2 +++ b/gpicview/receipt Sun Feb 25 12:33:55 2024 +0000 1.3 @@ -16,10 +16,11 @@ 1.4 BUILD_DEPENDS="gtk+-dev expat-dev glib-dev libgio-dev libpng-dev jpeg-dev" 1.5 HOST_ARCH="i486 arm" 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/lxde/files/GPicView%20%28image%20Viewer%29/ 2>/dev/null | \ 1.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.14 } 1.15