From cfeedc0652cf297aadcd2934d5a5de5569efb313 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Fri, 17 Jan 2025 23:53:46 +0100 Subject: [PATCH] testing/cataclysm-dda: fix version format Make it compliant to the version format that will be enforced by apk3 in the future. Ref https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10972 --- testing/cataclysm-dda/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cataclysm-dda/APKBUILD b/testing/cataclysm-dda/APKBUILD index 1782a97b56f..06dfe83a5dd 100644 --- a/testing/cataclysm-dda/APKBUILD +++ b/testing/cataclysm-dda/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Joshua Murphy maintainer="Joshua Murphy " pkgname=cataclysm-dda -pkgver=0.h +pkgver=0h _pkgver=0.H pkgrel=0 _pkgdesc="A post-apocalyptic roguelike"