wok diff vlc-plugin/receipt @ rev 25464
httpfs2-fuse: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 30 09:07:42 2022 +0000 (2022-09-30) |
parents | 15030aba419f |
children |
line diff
1.1 --- a/vlc-plugin/receipt Tue Dec 10 07:55:55 2013 +0000 1.2 +++ b/vlc-plugin/receipt Fri Sep 30 09:07:42 2022 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 BUILD_DEPENDS="firefox-dev libvlc-dev dbus-dev gtk+-dev util-linux-uuid-dev" 1.5 TAGS="browser plug-in" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://download.videolan.org/pub/videolan/vlc/ 2>/dev/null | \ 1.11 + sed '/href="[0-9]/!d;s|.*href="||;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {