From 91ee205c7c42de3fef3a930c2d5cfbad6a3986bf Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 29 Sep 2023 02:53:32 +0000 Subject: [PATCH] testing/usbguard: rebuild against libsodium 1.0.19 --- testing/usbguard/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/usbguard/APKBUILD b/testing/usbguard/APKBUILD index 97fee668ec6..0def7a7a0b1 100644 --- a/testing/usbguard/APKBUILD +++ b/testing/usbguard/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: pkgname=usbguard pkgver=1.1.2 -pkgrel=5 +pkgrel=6 pkgdesc="Software framework for implementing USB device authorization policies" url="https://usbguard.github.io/" license="GPL-2.0-or-later"