From 99021c6c076dfbbaddcb1cbe949ed2956f02a3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Jan 2023 12:53:35 +0200 Subject: [PATCH] ci: Update gtk4 to 4.8.3 Part-of: --- ci/install-gtk4.sh | 2 +- ci/windows-docker/install_gtk.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/install-gtk4.sh b/ci/install-gtk4.sh index a37b133d9..09508288b 100644 --- a/ci/install-gtk4.sh +++ b/ci/install-gtk4.sh @@ -2,7 +2,7 @@ set -eux -BRANCH=4.8.2 +BRANCH=4.8.3 git clone https://gitlab.gnome.org/GNOME/gtk.git --branch $BRANCH --depth=1 cd gtk diff --git a/ci/windows-docker/install_gtk.ps1 b/ci/windows-docker/install_gtk.ps1 index 2eb8d0a89..482d7e078 100644 --- a/ci/windows-docker/install_gtk.ps1 +++ b/ci/windows-docker/install_gtk.ps1 @@ -3,7 +3,7 @@ $env:MESON_ARGS = "--prefix=C:\gst-install\" # Download gtk and all its subprojects -git clone -b 4.8.2 --depth 1 https://gitlab.gnome.org/gnome/gtk.git C:\gtk +git clone -b 4.8.3 --depth 1 https://gitlab.gnome.org/gnome/gtk.git C:\gtk if (!$?) { Write-Host "Failed to clone gtk" Exit 1