Update Fleet-maintained apps (#49942)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Updates** * Updated the Franz macOS app to version 6.5.2. * Updated the Ollama Windows app to version 0.32.4. * Refreshed download links and verification checksums for both applications. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
co-authored by
allenhouchins
parent
44a3b8d3d7
commit
77d4c647df
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.meetfranz.franz';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.meetfranz.franz' AND version_compare(bundle_short_version, '6.5.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.meetfranz.franz' AND version_compare(bundle_short_version, '6.5.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/meetfranz/franz-6/releases/download/v6.5.1/Franz-arm64.dmg",
|
||||
"installer_url": "https://github.com/meetfranz/franz-6/releases/download/v6.5.2/Franz-arm64.dmg",
|
||||
"install_script_ref": "8c009aad",
|
||||
"uninstall_script_ref": "acd2d9b1",
|
||||
"sha256": "c45445ba7ceb531eba17851d0dabffad5d6af310367c3e8edbb80cd519c94788",
|
||||
"sha256": "1ed3efa55b87423b5e35f055d452cf4ed35e1cc21a2b99758569de1cfb4056a6",
|
||||
"default_categories": [
|
||||
"Communication"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.32.3",
|
||||
"version": "0.32.4",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama' AND version_compare(version, '0.32.3') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama' AND version_compare(version, '0.32.4') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.32.3/OllamaSetup.exe",
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.32.4/OllamaSetup.exe",
|
||||
"install_script_ref": "e14c71ee",
|
||||
"uninstall_script_ref": "3f049b5d",
|
||||
"sha256": "78bc7e1f750882fcee9948561700bf881eb7b30bec95fd37934e6285a368b8b2",
|
||||
"sha256": "cc1458d8af9a7ae0bb75ffa3b20d6c84afed98851f814384f99eab605b8b3299",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user