VeraCrypt: update to 1.23.
This commit is contained in:
parent
5bdf1c6687
commit
d0c000fd35
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'VeraCrypt'
|
# Template file for 'VeraCrypt'
|
||||||
pkgname=VeraCrypt
|
pkgname=VeraCrypt
|
||||||
version=1.22
|
version=1.23
|
||||||
revision=6
|
revision=1
|
||||||
|
_realversion="${version}-Hotfix-2"
|
||||||
create_wrksrc=1
|
create_wrksrc=1
|
||||||
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"
|
||||||
make_use_env=1
|
make_use_env=1
|
||||||
hostmakedepends="pkg-config yasm"
|
hostmakedepends="pkg-config yasm unzip"
|
||||||
makedepends="fuse-devel wxWidgets-gtk3-devel"
|
makedepends="fuse-devel wxWidgets-gtk3-devel"
|
||||||
short_desc="Disk encryption with strong security based on TrueCrypt"
|
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, TrueCrypt 3.0"
|
license="Apache-2.0, TrueCrypt 3.0"
|
||||||
homepage="https://www.veracrypt.fr"
|
homepage="https://www.veracrypt.fr"
|
||||||
distfiles="https://launchpad.net/veracrypt/trunk/${version}/+download/${pkgname}_${version}_Source.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/veracrypt/VeraCrypt_${_realversion}_Source.zip"
|
||||||
checksum=9e4c0cc0edda0031978ec13d81f420af55c14b4a6b06c8d448760fd06df7b870
|
checksum=229de81b2478cfa5fa73e74e60798a298cd616e9852b9f47b484c80bc2a2c259
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
|
|
Loading…
Reference in a new issue