Update to 0.9.4

This commit is contained in:
link2xt 2026-02-23 02:42:28 +00:00
parent 032b5c75e1
commit a58c1db064
2 changed files with 6 additions and 6 deletions

View file

@ -1,15 +1,15 @@
pkgbase = liboprf
pkgdesc = library providing OPRF and Threshold OPRF based on libsodium
pkgver = 0.9.3
pkgver = 0.9.4
pkgrel = 1
url = https://github.com/stef/liboprf
arch = x86_64
license = LGPL-3.0-or-later
depends = libsodium
source = liboprf-0.9.3.tar.gz::https://github.com/stef/liboprf/archive/refs/tags/v0.9.3.tar.gz
source = https://github.com/stef/liboprf/releases/download/v0.9.3/liboprf-0.9.3.tar.gz.asc
source = liboprf-0.9.4.tar.gz::https://github.com/stef/liboprf/archive/refs/tags/v0.9.4.tar.gz
source = https://github.com/stef/liboprf/releases/download/v0.9.4/liboprf-0.9.4.tar.gz.asc
validpgpkeys = AABDE16CB6AF5CD10A28DFF2970DEB6694D50988
b2sums = 628a6e9549ba688ade57b8b07a9cb488a3e750aabef0619141f16f98c7bf99d56185e0f9daa3b11ca55407e1549af9c932940518aa3dc6eb6020334aefcfdb25
b2sums = b743b519900e320cf263f0c6989e80feb2f21ab511cc2447e8eb21e2610a5b24dc0f8f42ecc1a995d3359eadd71bdc6656eeb0d44b7bd4560fb73871b2b41d5c
b2sums = SKIP
pkgname = liboprf

View file

@ -1,6 +1,6 @@
# Maintainer: link2xt <link2xt@testrun.org>
pkgname=liboprf
pkgver=0.9.3
pkgver=0.9.4
pkgrel=1
pkgdesc="library providing OPRF and Threshold OPRF based on libsodium"
arch=(x86_64)
@ -10,7 +10,7 @@ depends=('libsodium')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stef/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
"https://github.com/stef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
noextract=()
b2sums=('628a6e9549ba688ade57b8b07a9cb488a3e750aabef0619141f16f98c7bf99d56185e0f9daa3b11ca55407e1549af9c932940518aa3dc6eb6020334aefcfdb25'
b2sums=('b743b519900e320cf263f0c6989e80feb2f21ab511cc2447e8eb21e2610a5b24dc0f8f42ecc1a995d3359eadd71bdc6656eeb0d44b7bd4560fb73871b2b41d5c'
'SKIP')
validpgpkeys=('AABDE16CB6AF5CD10A28DFF2970DEB6694D50988')