VeraCrypt: update to 1.25.7

This commit is contained in:
chaquen 2022-01-18 11:47:55 +11:00 committed by Érico Nogueira Rolim
parent c76d6767d8
commit d52833ae94

View file

@ -1,9 +1,8 @@
# Template file for 'VeraCrypt'
pkgname=VeraCrypt
version=1.24
version=1.25.7
revision=1
_realversion="${version}-Update2"
wrksrc="${pkgname}-${pkgname}_${_realversion}"
wrksrc="${pkgname}_${version}"
build_wrksrc=src
build_style=gnu-makefile
make_build_args="WX_CONFIG=wx-config-gtk3"
@ -14,8 +13,8 @@ short_desc="Disk encryption with strong security based on TrueCrypt"
maintainer="Gustavo Heinz <gustavoheinz95@gmail.com>"
license="Apache-2.0, custom:TrueCrypt-3.0"
homepage="https://www.veracrypt.fr"
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt-VeraCrypt_${_realversion}.tar.gz"
checksum=cbdecffdfc258dccca6de1b79759e673dee3329280849b10d8253e802d45b41e
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt_${version}.tar.gz"
checksum=623006ed61d081f4fd25151c148437471a6552e44e96814c196079ad679a4ba1
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;