* update libsodium to 1.0.20-1

This commit is contained in:
Alexander Baldeck 2024-07-26 10:11:40 +02:00
parent 610fc9f8ca
commit c0c6732d72
2 changed files with 18 additions and 3 deletions

15
libsodium/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = libsodium
pkgdesc = A modern, portable, easy to use crypto library
pkgver = 1.0.20
pkgrel = 1
url = https://github.com/jedisct1/libsodium
arch = x86_64
license = custom:ISC
makedepends = git
depends = glibc
provides = libsodium.so
source = git+https://github.com/jedisct1/libsodium.git?signed#tag=1.0.20-RELEASE
validpgpkeys = 54A2B8892CC3D6A597B92B6C210627AABA709FE1
sha512sums = 6e3ec8de30e7e027f9705a427e243583b0f2174ad7a2baa5eb9115e4569caa16ed2156f5de939bb797b372a042891be1dd118120dd4ed491c13138f645666215
pkgname = libsodium

View File

@ -4,8 +4,8 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=libsodium
pkgver=1.0.19
pkgrel=3
pkgver=1.0.20
pkgrel=1
pkgdesc="A modern, portable, easy to use crypto library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/jedisct1/libsodium"
@ -14,7 +14,7 @@ depends=('glibc')
makedepends=('git')
provides=('libsodium.so')
source=("git+${url}.git?signed#tag=${pkgver}-RELEASE")
sha512sums=('SKIP')
sha512sums=('6e3ec8de30e7e027f9705a427e243583b0f2174ad7a2baa5eb9115e4569caa16ed2156f5de939bb797b372a042891be1dd118120dd4ed491c13138f645666215')
validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis
build() {