main/argon2: removed unused variable

This commit is contained in:
emmett1
2021-07-26 15:56:39 +08:00
parent 9cb5ac7772
commit d7d8afe61b

View File

@@ -1,12 +1,9 @@
# description : A password-hashing function (reference C implementation)
# homepage : https://github.com/P-H-C/phc-winner-argon2
# depends : glibc
name=argon2
version=20190702
release=1
noextract=""
backup=""
source="https://github.com/P-H-C/phc-winner-argon2/archive/${version}/${name}-${version}.tar.gz"
build() {