Skip to content

Commit

Permalink
update known information for FileZilla to version 3.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 31, 2024
1 parent 1f3832b commit 7c0f8a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updater/software/FileZilla.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("FileZilla FTP Client",
"3.67.1",
"3.68.0",
"^FileZilla (Client )?[0-9]+\\.[0-9]+(\\.[0-9]+(\\.[0-9]+)?)?$",
"^FileZilla (Client )?[0-9]+\\.[0-9]+(\\.[0-9]+(\\.[0-9]+)?)?$",
new InstallInfoExe(
"https://download.filezilla-project.org/client/FileZilla_3.67.1_win32-setup.exe",
"https://download.filezilla-project.org/client/FileZilla_3.68.0_win32-setup.exe",
HashAlgorithm.SHA512,
"68144c7c60eaac00f5e45ba769ac0df0a2448502f0a5ef1e0f83858f0903d0285905a24fb31398faf567fb5bbced636ec33d868051e3d6e4cebcc15afc9ee589",
"7363ee79387918b671bb9a7dbeb0880de2af4c3b120d30a3d9517251f9bada9e3b0b48d10b2c6b879c44bb9cfd646c5997e96f74c49fffa1387a14bdae7d4d8e",
signature,
"/S"),
new InstallInfoExe(
"https://download.filezilla-project.org/client/FileZilla_3.67.1_win64-setup.exe",
"https://download.filezilla-project.org/client/FileZilla_3.68.0_win64-setup.exe",
HashAlgorithm.SHA512,
"003b8eea875c0d21e281a35ee6806f6b16a615e0639a511a5331f7c433c4a4dccd204c7e94657cf71c9a111587f9345748c3a151658d9cf64a0c14a01d5dfd33",
"a4e99f8394264ed0c60e3de02ff15e0bb2acb4c5c4108228f957664b44b3907c87b1b0b23e98226a8509fe9c08b82768a3a7bff8456021c047b168b49f14ca0c",
signature,
"/S")
);
Expand Down

0 comments on commit 7c0f8a6

Please sign in to comment.