[libhandy] themes: Bump the required GTK to 3.24.23



commit a5a8e56afd6bdef5a81763b97098a03b3575f812
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Nov 17 15:07:03 2020 +0100

    themes: Bump the required GTK to 3.24.23
    
    Let's ensure we use the latest and greatest stable. This didn't change
    the themes we ship.

 src/themes/parse-sass.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/themes/parse-sass.sh b/src/themes/parse-sass.sh
index 4238e88c..242abb3a 100755
--- a/src/themes/parse-sass.sh
+++ b/src/themes/parse-sass.sh
@@ -13,7 +13,7 @@ fi
 SASSC_OPT="-M -t compact"
 
 : ${GTK_SOURCE_PATH:="../../../gtk"}
-: ${GTK_TAG:="3.24.21"}
+: ${GTK_TAG:="3.24.23"}
 
 if [ ! -d "${GTK_SOURCE_PATH}/gtk/theme/Adwaita" ]; then
    echo GTK sources not found at ${GTK_SOURCE_PATH}.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]