Skip to content

Commit

Permalink
update known information for GIMP to version 2.10.38-1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 21, 2024
1 parent f16b198 commit dbf4cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/GIMP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dbf4cb3

Please sign in to comment.