wok diff vlc-plugin/receipt @ rev 24837
updated libtdb and libtdb-dev (1.4.3 -> 1.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 07:38:22 2022 +0100 (2022-03-25) |
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 Mar 25 07:38:22 2022 +0100 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 {