wok diff chkexploit/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents d8c511e24c20
children 41a539cfe5f8
line diff
     1.1 --- a/chkexploit/receipt	Fri Feb 18 22:59:06 2022 +0000
     1.2 +++ b/chkexploit/receipt	Wed May 18 06:55:41 2022 +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 - ${WGET_URL%/*}/ 2>/dev/null | \
     1.8 +	wget -O - http://ftp.pangeia.com.br/download.htm 2>/dev/null | \
     1.9  	sed '/chkexploit-/!d;/tar/!d;s|.*chkexploit-||;s|.tar.*||' | sort -Vr | sed q
    1.10  }
    1.11