From 441a7da059dcde04bf09de7f2bf426edbcfb1d95 Mon Sep 17 00:00:00 2001 From: Duncan Bellamy Date: Sun, 24 Nov 2024 22:14:58 +0000 Subject: [PATCH] testing/*: add missing rebuilds for fmt11 --- testing/grommunio-gromox/APKBUILD | 2 +- testing/log4cxx/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/grommunio-gromox/APKBUILD b/testing/grommunio-gromox/APKBUILD index ba7e5a47ed7..857529f19c8 100644 --- a/testing/grommunio-gromox/APKBUILD +++ b/testing/grommunio-gromox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Noel Kuntze pkgname=grommunio-gromox pkgver=2.37 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source Groupware Solution" arch="all !riscv64 !s390x" # test failure on s390x url="https://grommunio.com/" diff --git a/testing/log4cxx/APKBUILD b/testing/log4cxx/APKBUILD index 31860573a6e..a24cde61004 100644 --- a/testing/log4cxx/APKBUILD +++ b/testing/log4cxx/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber pkgname=log4cxx pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="C++ port of the Log4j logging framework" url="http://logging.apache.org/log4cxx" license="Apache-2.0"