wok diff thunar-volman/receipt @ rev 24865
updated lsscsi (0.31 -> 0.32)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 30 06:29:17 2022 +0100 (2022-03-30) |
parents | cfb29dc98daa |
children | bd7510903310 |
line diff
1.1 --- a/thunar-volman/receipt Sun Dec 15 09:13:38 2019 +0000 1.2 +++ b/thunar-volman/receipt Wed Mar 30 06:29:17 2022 +0100 1.3 @@ -15,6 +15,15 @@ 1.4 xfconf-dev startup-notification-dev util-linux-uuid-dev libxml2-dev libnotify-dev 1.5 libxfce4util-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 - https://archive.xfce.org/src/xfce/thunar-volman/$( \ 1.11 + wget -O - https://archive.xfce.org/src/xfce/thunar-volman/ 2>/dev/null | \ 1.12 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 1.13 + sed "/hunar-/!d;/tar/!d;s|.*volman-||;s|.tar.*||" | sort -Vr | sed q 1.14 +} 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {