From 05fd86e6096767c04403e0740186b062f1d55279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 20 Jun 2024 09:17:20 -1000 Subject: [PATCH 1/2] Add support for Debian 12 --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d0a3e90..73158a6 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, { From 87551a835ab3c1040c7568519581d9a74f48400a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 20 Jun 2024 09:17:42 -1000 Subject: [PATCH 2/2] Add support for FreeBSD 14 --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 73158a6..2cebe5b 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,8 @@ "operatingsystem": "FreeBSD", "operatingsystemrelease": [ "12", - "13" + "13", + "14" ] } ],