Skip to content

Commit

Permalink
update known information for GIMP to version 2.10.36
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 8, 2023
1 parent 1f49046 commit 261ef12
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 @@ -65,14 +65,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.34-setup.exe",
"https://download.gimp.org/pub/gimp/v2.10/windows/gimp-2.10.36-setup.exe",
HashAlgorithm.SHA256,
"1cf2f422e4ab887415222d736313a38372012c5f3f46a2d2cff18245b22d04cd",
"947efa2397f7a17b8e4f4c9689e4ab67f00ca220ac1aa0ae0c1e179ccfc4fc10",
new Signature(publisherX509, certificateExpiration),
"/VERYSILENT /NORESTART");

return new AvailableSoftware("The GIMP",
"2.10.34",
"2.10.36",
"^GIMP [0-9]+\\.[0-9]+\\.[0-9]+$",
"^GIMP [0-9]+\\.[0-9]+\\.[0-9]+$",
// The GIMP uses the same installer for 32 and 64 bit.
Expand Down

0 comments on commit 261ef12

Please sign in to comment.