wok diff openconnect/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents 241fb98cab1c
children 426a1cad702b
line diff
     1.1 --- a/openconnect/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/openconnect/receipt	Thu Apr 07 15:38:15 2022 +0000
     1.3 @@ -18,8 +18,8 @@
     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 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
     1.9 +	wget -O - 'https://gitlab.com/openconnect/openconnect/-/tags?sort=updated_desc' 2>/dev/null | \
    1.10 +	sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.