From d1e5940b0bbc7734550684d1eff6fe41633f2196 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 20:14:05 +0100 Subject: [PATCH] community/ssh-audit: rebuild against python 3.14 --- community/ssh-audit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/ssh-audit/APKBUILD b/community/ssh-audit/APKBUILD index c185395042a..ed74f478bbd 100644 --- a/community/ssh-audit/APKBUILD +++ b/community/ssh-audit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michał Polański pkgname=ssh-audit pkgver=3.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="SSH server and client configuration auditing" url="https://github.com/jtesta/ssh-audit" license="MIT"