wok diff veracrypt/receipt @ rev 25694

dropbear: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 14:12:01 2024 +0000 (5 months ago)
parents 40a4a587479d
children
line diff
     1.1 --- a/veracrypt/receipt	Mon Jun 20 06:39:20 2022 +0100
     1.2 +++ b/veracrypt/receipt	Sun Apr 21 14:12:01 2024 +0000
     1.3 @@ -14,10 +14,11 @@
     1.4  DEPENDS="fuse2 wxWidgets"
     1.5  BUILD_DEPENDS="fuse2-dev pkg-config wxWidgets-dev yasm"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - ${WGET_URL%archive*}releases 2>/dev/null | \
    1.11 -	sed '/href=/!d;/tar.gz/!d;s|.*VeraCrypt_\(.*\).tar.gz".*|\1|;q'
    1.12 +	wget -O - https://www.veracrypt.fr/en/Downloads.html 2> /dev/null | \
    1.13 +	sed '/Latest Stable/!d;s|.* - ||;s| .*||;q'
    1.14  }
    1.15  
    1.16  # Rules to configure and make the package.