From dbf4cb3ae7fa4f92789e3d0ebcfab39313520965 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 21 Nov 2024 20:06:06 +0100 Subject: [PATCH] update known information for GIMP to version 2.10.38-1 --- updater/software/GIMP.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updater/software/GIMP.cs b/updater/software/GIMP.cs index 126b49bf..d27e8fcb 100644 --- a/updater/software/GIMP.cs +++ b/updater/software/GIMP.cs @@ -66,14 +66,14 @@ public GIMP(bool autoGetNewer) public override AvailableSoftware knownInfo() { var installer = new InstallInfoExe( - "https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.38-setup.exe", + "https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.38-setup-1.exe", HashAlgorithm.SHA256, - "e3515980c9012eed67cf78f1151d216725529e95676c16f5ff7478d46230ddab", + "bdcf059c7d4e1b0ab59f8dc5f199ebb60ae0445460bf67ff8e4e438a89cee3d8", new Signature(publisherX509, certificateExpiration), "/VERYSILENT /NORESTART"); return new AvailableSoftware("The GIMP", - "2.10.38", + "2.10.38.1", "^GIMP [0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?$", "^GIMP [0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?$", // The GIMP uses the same installer for 32 and 64-bit.