wok-current diff mate-session-manager/receipt @ rev 24942
BootProg: clear cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 20 15:10:50 2022 +0000 (2022-04-20) |
parents | d6ca18366f41 |
children | 00e3b45c063b |
line diff
1.1 --- a/mate-session-manager/receipt Mon Dec 21 02:53:09 2015 +0200 1.2 +++ b/mate-session-manager/receipt Wed Apr 20 15:10:50 2022 +0000 1.3 @@ -18,6 +18,13 @@ 1.4 pangox-compat-dev xorg-libSM-dev xorg-libXtst-dev xmlto \ 1.5 util-linux-uuid-dev docbook-xml docbook-xsl" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/mate-desktop/mate-session-manager/releases 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {