wok-current diff mplayerplug-in/receipt @ rev 24726
updated libconfuse (3.2.2 -> 3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 11:15:30 2022 +0100 (2022-03-15) |
parents | d6ca18366f41 |
children | 7dd01dedad38 |
line diff
1.1 --- a/mplayerplug-in/receipt Mon Dec 21 02:53:09 2015 +0200 1.2 +++ b/mplayerplug-in/receipt Tue Mar 15 11:15:30 2022 +0100 1.3 @@ -15,6 +15,14 @@ 1.4 BUILD_DEPENDS="mplayer gtk+-dev xorg-libXpm-dev firefox-dev libIDL gettext \ 1.5 nspr-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/mplayerplug-in/files/mplayerplug-in/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*/mplayerplug-in/v||;s|/.*||;q' 1.13 +} 1.14 + 1.15 get_firefox_version() 1.16 { 1.17 FIREFOX_VER=$(cat "$1/var/lib/tazpkg/installed/firefox/receipt" | \