wok diff exo/receipt @ rev 24749
cairo: modified lookup-symbol.c for binutils-2.37
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 16 17:06:35 2022 +0100 (2022-03-16) |
parents | 17091bc7c301 |
children | bd7510903310 |
line diff
1.1 --- a/exo/receipt Thu Feb 10 18:04:02 2022 +0000 1.2 +++ b/exo/receipt Wed Mar 16 17:06:35 2022 +0100 1.3 @@ -19,7 +19,9 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.8 + wget -O - https://archive.xfce.org/src/xfce/exo/$( \ 1.9 + wget -O - https://archive.xfce.org/src/xfce/exo/ 2>/dev/null | \ 1.10 + sed '/href="[0-4]/!d;s|.*">||;s|/<.*|/|' | sort -Vr | sed q) 2>/dev/null | \ 1.11 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 1.12 } 1.13