main/libsodium: upgrade to 1.0.20

This commit is contained in:
Celeste 2024-05-26 01:37:59 +00:00
parent 97ce4ac284
commit 727bf6f0e8

View file

@ -2,7 +2,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=libsodium
pkgver=1.0.19
pkgver=1.0.20
pkgrel=0
pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
url="https://github.com/jedisct1/libsodium"
@ -10,7 +10,6 @@ arch="all"
license="ISC"
subpackages="$pkgname-static $pkgname-dev"
source="https://github.com/jedisct1/libsodium/releases/download/$pkgver-RELEASE/libsodium-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-stable"
build() {
./configure \
@ -29,5 +28,5 @@ package() {
}
sha512sums="
8e9b6d796f6330e00921ce37f1b43545966094250938626ae227deef5fd1279f2fc18b5cd55e23484732a27df4d919cf0d2f07b9c2f1aa0c0ef689e668b0d439 libsodium-1.0.19.tar.gz
7ea165f3c1b1609790e30a16348b9dfdc5731302da00c07c65e125c8ab115c75419a5631876973600f8a4b560ca2c8267001770b68f2eb3eebc9ba095d312702 libsodium-1.0.20.tar.gz
"