[arch-commits] Commit in scrypt/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Nov 10 23:07:16 UTC 2020
Date: Tuesday, November 10, 2020 @ 23:07:16
Author: anthraxx
Revision: 749900
upgpkg: scrypt 1.3.1-1
Modified:
scrypt/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 22:59:22 UTC (rev 749899)
+++ PKGBUILD 2020-11-10 23:07:16 UTC (rev 749900)
@@ -3,15 +3,16 @@
# Contributor: Oliver Herold <oliver - at - akephalos - dot - de>
pkgname=scrypt
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc='key derivation function and encryption utility'
arch=('x86_64')
-depends=('openssl')
-url='https://www.tarsnap.com/scrypt/'
+depends=('glibc' 'openssl')
+url='https://www.tarsnap.com/scrypt.html'
license=('BSD')
source=(https://www.tarsnap.com/scrypt/scrypt-${pkgver}.tgz)
-sha512sums=('199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2')
+sha256sums=('df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2')
+b2sums=('91faa22dc317927b92abe26c5e15cd52c409722716076c7cc502a0c6e4e84ceaaf60222b3ef141c6a209f36084df2d7f45d8f19482aa035c3e2442513c4283d9')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list