summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2023-09-23 15:28:50 +0800
committerPlaton Pronko2023-09-23 15:28:50 +0800
commitd3f2e6b6233d8ef80734b83db5b8a52fb5c8599c (patch)
tree93f4684e522fd2b5c29e2b32d3a4ede26b7c0bde /PKGBUILD
parent303eff9079ce81af055ea42f0e4e90f5dd119f6c (diff)
downloadaur-d3f2e6b6233d8ef80734b83db5b8a52fb5c8599c.tar.gz
update to version 5.0.12900
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ed9db6e01f0..087284f4b72e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# AUR не выполняет оба этих пункта. Поэтому перед выполнением makepkg
# необходимо скачивать СКЗИ самостоятельно с сайта производителя. Ссылка:
#
-# https://cryptopro.ru/sites/default/files/private/csp/50/12600/linux-amd64.tgz
+# https://cryptopro.ru/sites/default/files/private/csp/50/12900/linux-amd64.tgz
#
# Данный PKGBUILD старается следовать последней не-сертифицированной версии CSP (не RC).
#
@@ -20,15 +20,15 @@
# accessing it requires logging in. Please download the archive manually
# and place alongside the PKGBUILD before building. Link:
#
-# https://cryptopro.ru/sites/default/files/private/csp/50/12600/linux-amd64.tgz
+# https://cryptopro.ru/sites/default/files/private/csp/50/12900/linux-amd64.tgz
#
# This PKGBUILD tracks the latest not-certified version of CSP (not RC).
pkgname="cryptopro-csp-k1"
-pkgver=5.0.12600
+pkgver=5.0.12900
pkgrel=2
-_pkgver_patch="6"
-_cades_version="2.0.14660"
+_pkgver_patch="7"
+_cades_version="2.0.14892"
_pkgver="$pkgver-$_pkgver_patch"
pkgdesc='CryptoPro CSP 5.0'
arch=('x86_64')
@@ -52,9 +52,9 @@ makedepends=(
'libarchive'
)
source=(
- 'linux-amd64.tgz::local://linux-amd64.tgz' # download from https://cryptopro.ru/sites/default/files/private/csp/50/12600/linux-amd64.tgz
+ 'linux-amd64.tgz::local://linux-amd64.tgz' # download from https://cryptopro.ru/sites/default/files/private/csp/50/12900/linux-amd64.tgz
)
-sha256sums=('3414afc826241a3e7a0cc4c188ccbca5100c37a7b2e98e5b650194b091b912e9')
+sha256sums=('075c0198eb6e5bcdcec0758f1c6e4d1203fdd789ae71fadb80c478fcbe3f2c01')
install=cryptopro-csp-k1.install
options=(!strip)