Skip to content

Commit

Permalink
VeraCrypt: update to 1.25.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeliako authored and ericonr committed Jan 28, 2022
1 parent c76d676 commit d52833a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions srcpkgs/VeraCrypt/template
@@ -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"
Expand All @@ -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*) ;;
Expand Down

0 comments on commit d52833a

Please sign in to comment.