wok diff radare2/receipt @ rev 24905

updated metasploit (5.0.91 -> 6.1.36)
author Hans-G?nter Theisgen
date Sat Apr 09 13:21:57 2022 +0100 (2022-04-09)
parents 6b6d14c9f7e9
children 73f36875e5a7
line diff
     1.1 --- a/radare2/receipt	Thu Apr 08 09:21:26 2021 +0000
     1.2 +++ b/radare2/receipt	Sat Apr 09 13:21:57 2022 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     1.8 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
     1.9 +	wget -O - ${WGET_URL%/arch*} 2>/dev/null | \
    1.10 +	sed '/releases.tag/!d;s|.*/tag.\(.*\)".*|\1|;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.