From a3862fc70ceeee0089fbce609529ff52c42c152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Iv=C4=83ncescu?= Date: Thu, 23 Nov 2023 17:36:04 +0200 Subject: [PATCH] gecko: Update version to 2.47.4. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8937dc35..7ec939df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -995,7 +995,7 @@ all-dist: $(DIST_FONTS) ## Gecko ## -GECKO_VER := 2.47.3 +GECKO_VER := 2.47.4 GECKO32_TARBALL := wine-gecko-$(GECKO_VER)-x86.tar.xz GECKO64_TARBALL := wine-gecko-$(GECKO_VER)-x86_64.tar.xz GECKO64_TARBALL_URL := https://dl.winehq.org/wine/wine-gecko/$(GECKO_VER)/$(GECKO64_TARBALL)