From af564eaa0ccd01883b38b2bde1db47272c373ea6 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 11 Nov 2021 19:24:31 +0100
Subject: [PATCH] new utils

---
 bin/gcc11ize.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py
index 6a20a1244..47e14f4fc 100755
--- a/bin/gcc11ize.py
+++ b/bin/gcc11ize.py
@@ -10,6 +10,7 @@ import argparse
 
 releases = {
     'Autotools':                ['20200321',    '20210726'],
+    'Coreutils':                ['8.32',        '9.0'],
     'GCC':                      ['10.3.0',      '11.2.0'],
     'CMake':                    ['3.18.0',      '3.21.1'],
     'imkl':                     ['2021.2.0',    '2021.4.0'],
@@ -55,6 +56,7 @@ releases = {
     'AT-SPI2-core':             ['2.36.0',      '2.40.3'],
     'AT-SPI2-ATK':              ['2.34.2',      '2.38.0'],
     'intltool':                 ['0.51.0',      '0.51.0'],
+    'GTK+':                     ['3.24.17',     '3.24.23'],
 }
 
 
-- 
GitLab