VeraCrypt: update to 1.25.7
This commit is contained in:
parent
c76d6767d8
commit
d52833ae94
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'VeraCrypt'
|
# Template file for 'VeraCrypt'
|
||||||
pkgname=VeraCrypt
|
pkgname=VeraCrypt
|
||||||
version=1.24
|
version=1.25.7
|
||||||
revision=1
|
revision=1
|
||||||
_realversion="${version}-Update2"
|
wrksrc="${pkgname}_${version}"
|
||||||
wrksrc="${pkgname}-${pkgname}_${_realversion}"
|
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WX_CONFIG=wx-config-gtk3"
|
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>"
|
maintainer="Gustavo Heinz <gustavoheinz95@gmail.com>"
|
||||||
license="Apache-2.0, custom:TrueCrypt-3.0"
|
license="Apache-2.0, custom:TrueCrypt-3.0"
|
||||||
homepage="https://www.veracrypt.fr"
|
homepage="https://www.veracrypt.fr"
|
||||||
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt-VeraCrypt_${_realversion}.tar.gz"
|
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt_${version}.tar.gz"
|
||||||
checksum=cbdecffdfc258dccca6de1b79759e673dee3329280849b10d8253e802d45b41e
|
checksum=623006ed61d081f4fd25151c148437471a6552e44e96814c196079ad679a4ba1
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
|
|
Loading…
Reference in New Issue