summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f18836b56c..da5d8b2c0be5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = veracrypt-console-bin
pkgdesc = Disk encryption with strong security based on TrueCrypt - headless console only
- pkgver = 1.25.9
+ pkgver = 1.26.7
pkgrel = 1
url = https://www.veracrypt.fr/
install = veracrypt.install
@@ -18,11 +18,11 @@ pkgbase = veracrypt-console-bin
conflicts = veracrypt-git
conflicts = veracrypt-git-no-gost
conflicts = veracrypt-trans
- source_x86_64 = veracrypt-console-bin-1.25.9-amd64.deb::https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-console-1.25.9-Debian-11-amd64.deb
- sha256sums_x86_64 = 4c64cd7212a93ad80ffe216d4ac9520703b206d105cbf56b485c6f2bc231ee2e
- source_armv7h = veracrypt-console-bin-1.25.9-armv7.deb::https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-console-1.25.9-Debian-11-armhf.deb
- sha256sums_armv7h = 549c251e756b5108fde7ea9ee736d1081739a04406c21719a7c5f42dad94df51
- source_aarch64 = veracrypt-console-bin-1.25.9-arm64.deb::https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-console-1.25.9-Debian-11-arm64.deb
- sha256sums_aarch64 = bc37ddd5e8e96b149c04ad57fe412fed68c144c15a70349a7a5e162b25fd3f83
+ source_x86_64 = veracrypt-console-bin-1.26.7-amd64.deb::https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-console-1.26.7-Debian-11-amd64.deb
+ b2sums_x86_64 = ba384633ab9ed5ab5ff08da324e06571f23297eb54f01d659eaf0a90d1f75252ca4de5722b7499f95d8804175f6c72e1e73fcf81e3f179f5573ad3edef29f5aa
+ source_armv7h = veracrypt-console-bin-1.26.7-armv7.deb::https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-console-1.26.7-Debian-11-armhf.deb
+ b2sums_armv7h = 1b9a92c02b21db3988c06775ec91a728ee205b23e322871f6d80242acf35e850539967e5d77133a6852136c256a7cb6cc2f5ee45b4f586a090fd27ef5c8f3b83
+ source_aarch64 = veracrypt-console-bin-1.26.7-arm64.deb::https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-console-1.26.7-Debian-11-arm64.deb
+ b2sums_aarch64 = f7a9bf5a36bf6252569fa923b8aa7a054bf9534a54bbc3ac1be5b4556901ddaf11b06a5c8884d4553faa49867850a0788aa6abd3c948bcecf5033785cb9cfd8a
pkgname = veracrypt-console-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9519030f8b06..9fa848e3ff42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="veracrypt-console-bin"
-pkgver=1.25.9
+pkgver=1.26.7
pkgrel=1
pkgdesc="Disk encryption with strong security based on TrueCrypt - headless console only"
url="https://www.veracrypt.fr/"
@@ -14,9 +14,9 @@ optdepends=("sudo: mounting encrypted volumes as nonroot users")
source_x86_64=("$pkgname-$pkgver-amd64.deb::https://launchpad.net/veracrypt/trunk/$pkgver/+download/${pkgname/-bin/}-$pkgver-Debian-11-amd64.deb")
source_aarch64=("$pkgname-$pkgver-arm64.deb::https://launchpad.net/veracrypt/trunk/$pkgver/+download/${pkgname/-bin/}-$pkgver-Debian-11-arm64.deb")
source_armv7h=("$pkgname-$pkgver-armv7.deb::https://launchpad.net/veracrypt/trunk/$pkgver/+download/${pkgname/-bin/}-$pkgver-Debian-11-armhf.deb")
-sha256sums_x86_64=('4c64cd7212a93ad80ffe216d4ac9520703b206d105cbf56b485c6f2bc231ee2e')
-sha256sums_armv7h=('549c251e756b5108fde7ea9ee736d1081739a04406c21719a7c5f42dad94df51')
-sha256sums_aarch64=('bc37ddd5e8e96b149c04ad57fe412fed68c144c15a70349a7a5e162b25fd3f83')
+b2sums_x86_64=('ba384633ab9ed5ab5ff08da324e06571f23297eb54f01d659eaf0a90d1f75252ca4de5722b7499f95d8804175f6c72e1e73fcf81e3f179f5573ad3edef29f5aa')
+b2sums_armv7h=('1b9a92c02b21db3988c06775ec91a728ee205b23e322871f6d80242acf35e850539967e5d77133a6852136c256a7cb6cc2f5ee45b4f586a090fd27ef5c8f3b83')
+b2sums_aarch64=('f7a9bf5a36bf6252569fa923b8aa7a054bf9534a54bbc3ac1be5b4556901ddaf11b06a5c8884d4553faa49867850a0788aa6abd3c948bcecf5033785cb9cfd8a')
install="veracrypt.install"
prepare(){