Update Fleet-maintained apps (#47937)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Ollama Windows to version 0.30.8 * Updated Superhuman macOS to version 1041.0.13 * Updated Visual Studio Code macOS to version 1.125.1 * Updated WhatsApp macOS to version 26.24.21 <!-- 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
96ca0fd967
commit
0ceed8e6a3
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.30.7",
|
||||
"version": "0.30.8",
|
||||
"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.30.7') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama' AND version_compare(version, '0.30.8') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.30.7/OllamaSetup.exe",
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.30.8/OllamaSetup.exe",
|
||||
"install_script_ref": "e14c71ee",
|
||||
"uninstall_script_ref": "3f049b5d",
|
||||
"sha256": "fc1d11a76d3626986a5d338651d312d7cf19849b1b71c2cb49fd81b86bbc000c",
|
||||
"sha256": "d7cfbb2509d9e9464972d162899a5f085c1802619b6bbe0c4e210b47bcf2d446",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1041.0.12",
|
||||
"version": "1041.0.13",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.superhuman.mail';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.superhuman.mail' AND version_compare(bundle_short_version, '1041.0.12') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.superhuman.mail' AND version_compare(bundle_short_version, '1041.0.13') < 0);"
|
||||
},
|
||||
"installer_url": "https://storage.googleapis.com/download.superhuman.com/supertron-update/Superhuman-1041.0.12-arm64-latest-mac.zip",
|
||||
"installer_url": "https://storage.googleapis.com/download.superhuman.com/supertron-update/Superhuman-1041.0.13-arm64-latest-mac.zip",
|
||||
"install_script_ref": "b7ebe5bf",
|
||||
"uninstall_script_ref": "1809183d",
|
||||
"sha256": "2591ae6907491ce5615d47052f57820c41fe755d0d8676e601195935d9838f25",
|
||||
"sha256": "e0fbff6e3e38a8d862734bfe450b277e187ad4f3b982fee02a313933ab2697ff",
|
||||
"default_categories": [
|
||||
"Communication"
|
||||
]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.125.0",
|
||||
"version": "1.125.1",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.VSCode';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.VSCode' AND version_compare(bundle_short_version, '1.125.0') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.VSCode' AND version_compare(bundle_short_version, '1.125.1') < 0);"
|
||||
},
|
||||
"installer_url": "https://update.code.visualstudio.com/1.125.0/darwin/stable",
|
||||
"installer_url": "https://update.code.visualstudio.com/1.125.1/darwin/stable",
|
||||
"install_script_ref": "e6d54100",
|
||||
"uninstall_script_ref": "c6e93467",
|
||||
"sha256": "no_check",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "26.24.19",
|
||||
"version": "26.24.21",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'net.whatsapp.WhatsApp';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'net.whatsapp.WhatsApp' AND version_compare(bundle_short_version, '26.24.19') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'net.whatsapp.WhatsApp' AND version_compare(bundle_short_version, '26.24.21') < 0);"
|
||||
},
|
||||
"installer_url": "https://web.whatsapp.com/desktop/mac_native/release/?configuration=Release&src=whatsapp_downloads_page",
|
||||
"install_script_ref": "157dabb3",
|
||||
|
||||
Reference in New Issue
Block a user