wok-6.x diff xfmedia/receipt @ rev 24686
updated jbig2dec and jbig2dec-dev (0.18 -> 0.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 11:26:36 2022 +0100 (2022-03-12) |
parents | 0c95118e9932 |
children |
line diff
1.1 --- a/xfmedia/receipt Sat Feb 18 19:08:46 2017 +0100 1.2 +++ b/xfmedia/receipt Sat Mar 12 11:26:36 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 BUILD_DEPENDS="libexo-dev util-linux-uuid-dev xine-lib-dev intltool libxfcegui4-dev \ 1.5 startup-notification-dev libxcb-dev xcb-util-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {