Skip to content

Commit

Permalink
update known information for Shotcut to version 24.09.13
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 14, 2024
1 parent 8068ded commit 274f4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/Shotcut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ public override AvailableSoftware knownInfo()

var signature = new Signature(publisherX509, certificateExpiration);
var info = new InstallInfoExe(
"https://github.com/mltframework/shotcut/releases/download/v24.08.29/shotcut-win64-240829.exe",
"https://github.com/mltframework/shotcut/releases/download/v24.09.13/shotcut-win64-240913.exe",
HashAlgorithm.SHA256,
"ec88d29fff824291a80db253dd3e628b236b301b77c985442981ebcfa50fcade",
"873797af5e5c437b372d287ebba5e299a85437d33d004c89911ce2cb26b3f6e5",
signature,
"/VERYSILENT /ALLUSERS /NORESTART");
return new AvailableSoftware("Shotcut",
"24.08.29",
"24.09.13",
"^Shotcut$",
"^Shotcut$",
info,
Expand Down

0 comments on commit 274f4ce

Please sign in to comment.