Signed-off-by: Sven Püschel <[email protected]> --- .../0001-build-make-atk-bridge-optional.patch | 0 patches/{gtk+-3.24.48 => gtk+-3.24.51}/series | 0 rules/gtk.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{gtk+-3.24.48 => gtk+-3.24.51}/0001-build-make-atk-bridge-optional.patch (100%) rename patches/{gtk+-3.24.48 => gtk+-3.24.51}/series (100%)
diff --git a/patches/gtk+-3.24.48/0001-build-make-atk-bridge-optional.patch b/patches/gtk+-3.24.51/0001-build-make-atk-bridge-optional.patch similarity index 100% rename from patches/gtk+-3.24.48/0001-build-make-atk-bridge-optional.patch rename to patches/gtk+-3.24.51/0001-build-make-atk-bridge-optional.patch diff --git a/patches/gtk+-3.24.48/series b/patches/gtk+-3.24.51/series similarity index 100% rename from patches/gtk+-3.24.48/series rename to patches/gtk+-3.24.51/series diff --git a/rules/gtk.make b/rules/gtk.make index c3034158e..7d80d0c6f 100644 --- a/rules/gtk.make +++ b/rules/gtk.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GTK) += gtk # # Paths and names # -GTK_VERSION := 3.24.48 -GTK_MD5 := d0b9419486800af229fa374208254903 +GTK_VERSION := 3.24.51 +GTK_MD5 := a181df87c7d0dc0e7868ea2855083241 GTK := gtk+-$(GTK_VERSION) GTK_SUFFIX := tar.bz2 GTK_URL := https://gitlab.gnome.org/GNOME/gtk/-/archive/$(GTK_VERSION)/$(GTK).$(GTK_SUFFIX) -- 2.47.3
