wok diff chkexploit/receipt @ rev 25680
updated gnu-efi (3.0.14 -> 3.0.17)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 18 18:46:02 2024 +0100 (11 months ago) |
parents | d66160614dc4 |
children |
line diff
1.1 --- a/chkexploit/receipt Sat May 27 11:13:29 2023 +0000 1.2 +++ b/chkexploit/receipt Mon Mar 18 18:46:02 2024 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - http://ftp.pangeia.com.br/download.htm 2>/dev/null | \ 1.8 + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ 1.9 sed '/chkexploit-/!d;/tar/!d;s|.*chkexploit-||;s|.tar.*||' | sort -Vr | sed q 1.10 } 1.11