wok diff transcode/receipt @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (6 weeks ago)
parents f2b4a9eb8bdd
children
line diff
     1.1 --- a/transcode/receipt	Tue Jul 11 10:40:23 2023 +0000
     1.2 +++ b/transcode/receipt	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://sources.archlinux.org/other/community/transcode/ 2>/dev/null | \
     1.8 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.9  	sed '/transcode-/!d;s|.*transcode-||;s|.tar.*||'
    1.10  }
    1.11