wok-6.x diff libvorbis/receipt @ rev 24622
updated graphviz, graphviz-dev and graphviz-doc (2.42.2 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 16:02:21 2022 +0100 (2022-03-07) |
parents | 3abeffdae80b |
children |
line diff
1.1 --- a/libvorbis/receipt Thu Feb 10 11:43:39 2022 +0000 1.2 +++ b/libvorbis/receipt Mon Mar 07 16:02:21 2022 +0100 1.3 @@ -19,7 +19,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/vorbis/ 2>/dev/null | \ 1.8 + wget -O - https://ftp.osuosl.org/pub/xiph/releases/vorbis/ 2>/dev/null | \ 1.9 sed '/libvorbis-/!d;/zip/d;s|.*libvorbis-||;s|.tar.*||' | sort -Vr | sed q 1.10 } 1.11