From 7c0f8a60901b6e4b019563d0ba65db94b104c291 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 31 Oct 2024 23:21:02 +0100 Subject: [PATCH] update known information for FileZilla to version 3.68.0 --- updater/software/FileZilla.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/updater/software/FileZilla.cs b/updater/software/FileZilla.cs index 21b34a98..6c19eb16 100644 --- a/updater/software/FileZilla.cs +++ b/updater/software/FileZilla.cs @@ -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") );