wok diff libogg/receipt @ rev 24446
updated libvpx and libvpx-dev (1.8.2 -> 1.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 14 15:32:45 2022 +0100 (2022-02-14) |
parents | 095836df71b7 |
children | bc2b9d9bed6f |
line diff
1.1 --- a/libogg/receipt Thu Jan 27 12:16:00 2022 +0000 1.2 +++ b/libogg/receipt Mon Feb 14 15:32:45 2022 +0100 1.3 @@ -18,10 +18,11 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://www.xiph.org/downloads/ 2>/dev/null | \ 1.8 - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.9 + wget -O - ftp://ftp.osuosl.org/pub/xiph/releases/ogg/ 2>/dev/null | \ 1.10 + sed '/libogg-/!d;/zip/d;s|.*libogg-||;s|.tar.*||' | sort -Vr | sed q 1.11 } 1.12 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {