Open PatcherPanther opened 1 month ago
The JSON used to find the version number is returning 2023.3.0.23028
- not sure why:
{
"package_info": {
"language": {
"Danish": "Danish",
"Dutch": "Dutch",
"English": "English",
"Finnish": "Finnish",
"French": "French",
"German": "German",
"Italian": "Italian",
"Norwegian": "Norwegian",
"Polish": "Polish",
"Portuguese": "Portuguese(Brazil)",
"Russian": "Russian",
"Spanish": "Spanish",
"Swedish": "Swedish"
},
"type": [
"exe"
],
"version": [
"2023.3.0.23028",
"2023.2",
"12.1.0.15250",
"12.0.0.12394",
"10.0.0.35798",
"9.7.2.29539",
"9.7.0.29455",
"9.6.0.25114",
"9.5.0.20723",
"9.4.1.16828",
"9.4.0.16811",
"9.3.0.10826",
"9.2.0.9297",
"8.3.2.25013"
],
"size": "-",
"release": "11/22/23",
"os": "Windows 11, 10, 8, and 7",
"down": "/product/reader/desktop/win/2023.3.0/FoxitPDFReader20233_L10N_Setup_Prom.exe",
"mirror": "",
"manual": "",
"big_version": "2023.3.x"
}
}
Omitting the version number from the URL used to resolve the installer gets us the right download URLs:
Version Date Language URI
------- ---- -------- ---
2023.3.0.23028 22/11/2023 Danish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Dutch https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 English https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_enu_Setup.msi
2023.3.0.23028 22/11/2023 Finnish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 French https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 German https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Italian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Norwegian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Polish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Portuguese(Brazil) https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Russian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Spanish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Swedish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
Lastest module version will return the correct installer URLs; however, we're reliant on Foxit to fix the JSON source for the version numbers.
What happened?
The current version of Foxit PDF reader in Evergreen is 2023.3.0, while the latest update is 2024.3.0
Version
2409.1385
What PowerShell edition/s are you running Evergreen on?
Windows PowerShell
Which operating system/s are you running Evergreen on?
Windows 10+, Windows Server 2016+
Have you reviewed the documentation?
Verbose output