Skip to content

Commit

Permalink
update known information for Shotcut to version 23.11.29
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 30, 2023
1 parent 59e787a commit b931f47
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 @@ -80,13 +80,13 @@ public override AvailableSoftware knownInfo()

var signature = new Signature(publisherX509, certificateExpiration);
var info = new InstallInfoExe(
"https://github.com/mltframework/shotcut/releases/download/v23.09.29/shotcut-win64-230929.exe",
"https://github.com/mltframework/shotcut/releases/download/v23.11.29/shotcut-win64-231129.exe",
HashAlgorithm.SHA256,
"5e4379a657ec7c168d2ee7195df5d22e9b016e78e9335805d82a0ecf80261b0c",
"ef96cf3c577605dcaf73784f62ddf0b820947b5f4d2dcdd2cac4fdbb8e150ce2",
signature,
"/VERYSILENT /ALLUSERS");
return new AvailableSoftware("Shotcut",
"23.09.29",
"23.11.29",
"^Shotcut$",
"^Shotcut$",
info,
Expand Down

0 comments on commit b931f47

Please sign in to comment.