wok-6.x diff flac/receipt @ rev 24787
lxqt-panel: worldclock plugin removed
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 09:17:44 2022 +0100 (2022-03-21) |
parents | 0d34e58f2fb5 |
children |
line diff
1.1 --- a/flac/receipt Fri Feb 25 11:25:23 2022 +0100 1.2 +++ b/flac/receipt Mon Mar 21 09:17:44 2022 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/flac/ 2>/dev/null | \ 1.8 + wget -O - https://ftp.osuosl.org/pub/xiph/releases/flac/ 2>/dev/null | \ 1.9 sed '/flac-/!d;/zip/d;s|.*flac-||;s|.tar.*||' | sort -Vr | sed q 1.10 } 1.11