wok diff veracrypt/receipt @ rev 25794
created recipe for exo-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago) |
parents | 40a4a587479d |
children |
line diff
1.1 --- a/veracrypt/receipt Mon Jun 20 06:39:20 2022 +0100 1.2 +++ b/veracrypt/receipt Wed Oct 23 16:19:52 2024 +0100 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.