From a08162752c3951218291b1882856f4c6808ed2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Sat, 3 Jun 2023 00:32:16 +0000 Subject: [PATCH] gnome-boxes: add supported trisquel releases --- helpers/make-gnome-boxes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-gnome-boxes b/helpers/make-gnome-boxes index 8534c0aa..c59f3eec 100644 --- a/helpers/make-gnome-boxes +++ b/helpers/make-gnome-boxes @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 . ./config @@ -41,7 +41,8 @@ cat << recommended-os > data/recommended-downloads.xml available. --> <list> - <os_id>http://trisquel.info/trisquel/9</os_id> + <os_id>http://trisquel.info/trisquel/11</os_id> + <os_id>http://trisquel.info/trisquel/10</os_id> <os_id>http://guix.gnu.org/guix/1.3</os_id> <os_id>http://hyperbola.info/hyperbola/03</os_id> <os_id>http://pureos.net/pureos/8</os_id> -- GitLab