* update argon2 to 20190702-6

This commit is contained in:
Alexander Baldeck 2024-09-22 13:01:11 +02:00
parent b8a84261f2
commit 27f67c05c6
3 changed files with 18 additions and 1 deletions

14
argon2/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = argon2
pkgdesc = A password-hashing function (reference C implementation)
pkgver = 20190702
pkgrel = 6
url = https://github.com/P-H-C/phc-winner-argon2
arch = x86_64
license = Apache
license = custom:CC0
depends = glibc
provides = libargon2.so
source = https://github.com/P-H-C/phc-winner-argon2/archive/20190702/argon2-20190702.tar.gz
sha256sums = daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c
pkgname = argon2

3
argon2/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[argon2]
source = "git"
git = "https://github.com/P-H-C/phc-winner-argon2.git"

View File

@ -3,7 +3,7 @@
pkgname=argon2
pkgver=20190702
pkgrel=5
pkgrel=6
pkgdesc='A password-hashing function (reference C implementation)'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/P-H-C/phc-winner-argon2'