Skip to content

Commit

Permalink
update known information for Shotcut to version 25.01.25
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 26, 2025
1 parent 6290ce1 commit c8f8a53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions updater/software/Shotcut.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the updater command line interface.
Copyright (C) 2021, 2022, 2023, 2024 Dirk Stolle
Copyright (C) 2021, 2022, 2023, 2024, 2025 Dirk Stolle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down 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.11.17/shotcut-win64-241117.exe",
"https://github.com/mltframework/shotcut/releases/download/v25.01.25/shotcut-win64-250125.exe",
HashAlgorithm.SHA256,
"82c58ebaa79bc02287098b53c2a52cfbe382c13a6e10c56e31a5356587520d2c",
"c5486d2793e1c996ee106eb10202da3f961b0c53c973e6740fc144244ee84a9c",
signature,
"/VERYSILENT /ALLUSERS /NORESTART");
return new AvailableSoftware("Shotcut",
"24.11.17",
"25.01.25",
"^Shotcut$",
"^Shotcut$",
info,
Expand Down

0 comments on commit c8f8a53

Please sign in to comment.