Update Fleet-maintained apps (#43380)

Automated ingestion of latest Fleet-maintained app data.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated package metadata for 27 applications across multiple
platforms, including version bumps and installer checksums for:
1Password, Adobe Acrobat Reader, Arc, Brave Browser, Claude, Cursor,
DataGrip, Dialpad, Docker, Google Chrome, iMazing Profile Editor,
LastPass, Microsoft Office suite, Notion, OBS Studio, Postman, Raycast,
Rider, Signal, TeamViewer, Telegram, Webex, WhatsApp, and Zed.

<!-- 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:
fleet-release 2026-04-09 15:29:48 -07:00 committed by GitHub
parent fc370dcd3d
commit 39dae0691b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 100 additions and 100 deletions

View file

@ -1,22 +1,22 @@
{
"versions": [
{
"version": "8.12.8",
"version": "8.12.10",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'Agilebits Inc.';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'Agilebits Inc.' AND version_compare(version, '8.12.8') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'Agilebits Inc.' AND version_compare(version, '8.12.10') < 0);"
},
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.8.msi",
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.12.10.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "c2db7e31",
"sha256": "a68c728e35d50236abe415edcdf4d0a8299ba61019f110396ba45395928ab7f8",
"uninstall_script_ref": "795667d8",
"sha256": "fc036ea97efad01df048e7503d21e33e7521c6c39174478ae2122a03d1c6afcd",
"default_categories": [
"Productivity"
]
}
],
"refs": {
"8959087b": "$logFile = \"${env:TEMP}/fleet-install-software.log\"\n\ntry {\n\n$installProcess = Start-Process msiexec.exe `\n -ArgumentList \"/quiet /norestart /lv ${logFile} /i `\"${env:INSTALLER_PATH}`\"\" `\n -PassThru -Verb RunAs -Wait\n\nGet-Content $logFile -Tail 500\n\nExit $installProcess.ExitCode\n\n} catch {\n Write-Host \"Error: $_\"\n Exit 1\n}\n",
"c2db7e31": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = '{9DFEF7ED-3C06-486E-AAC2-AAC02C0B3092}'\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\n"
"795667d8": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = '{1D940C01-A867-4D52-AF26-026FD7EB6A41}'\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\n",
"8959087b": "$logFile = \"${env:TEMP}/fleet-install-software.log\"\n\ntry {\n\n$installProcess = Start-Process msiexec.exe `\n -ArgumentList \"/quiet /norestart /lv ${logFile} /i `\"${env:INSTALLER_PATH}`\"\" `\n -PassThru -Verb RunAs -Wait\n\nGet-Content $logFile -Tail 500\n\nExit $installProcess.ExitCode\n\n} catch {\n Write-Host \"Error: $_\"\n Exit 1\n}\n"
}
}

View file

@ -6,7 +6,7 @@
"exists": "SELECT 1 FROM programs WHERE name = 'Adobe Acrobat (64-bit)' AND publisher = 'Adobe';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Adobe Acrobat (64-bit)' AND publisher = 'Adobe' AND version_compare(version, '26.001.21367') < 0);"
},
"installer_url": "https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2600121367/AcroRdrDCx642600121367_MUI.exe",
"installer_url": "https://ardownload3.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2600121367/AcroRdrDCx642600121367_MUI.exe",
"install_script_ref": "7dc0b065",
"uninstall_script_ref": "3bb10c80",
"sha256": "36fccda153466fd8d528b10ce7b453649ef5c2dddd2fb231045fe656a4a926db",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.141.0",
"version": "1.142.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser' AND version_compare(bundle_short_version, '1.141.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser' AND version_compare(bundle_short_version, '1.142.1') < 0);"
},
"installer_url": "https://releases.arc.net/release/Arc-1.141.0-78262.zip",
"installer_url": "https://releases.arc.net/release/Arc-1.142.1-78710.zip",
"install_script_ref": "0c68f8e0",
"uninstall_script_ref": "d6b0eb40",
"sha256": "84e2ed81a024d0c0759291dbdf716e7d064e9f5075ede8a8b3a38e6c85e9732d",
"sha256": "b473533e163be0fc04798e41ba4b6ce30c6a71368331c31799b604e5244e7769",
"default_categories": [
"Browsers"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "146.1.88.138",
"version": "147.1.89.132",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '146.1.88.138') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '147.1.89.132') < 0);"
},
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/188.138/Brave-Browser-arm64.dmg",
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/189.132/Brave-Browser-arm64.dmg",
"install_script_ref": "14ab8c47",
"uninstall_script_ref": "e860eed9",
"sha256": "74a44f8937606ddbd206d331ab0879bd5cbd0ccc84d1f6401ba884d40939ccd7",
"sha256": "28c566312b6bc4bbbab8af0a1ffdf409645dfcd596a514273baa4641ec57c27a",
"default_categories": [
"Browsers"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.1062.0",
"version": "1.1617.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.anthropic.claudefordesktop';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.anthropic.claudefordesktop' AND version_compare(bundle_short_version, '1.1062.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.anthropic.claudefordesktop' AND version_compare(bundle_short_version, '1.1617.0') < 0);"
},
"installer_url": "https://downloads.claude.ai/releases/darwin/universal/1.1062.0/Claude-b81bcd21a6bc90aa5b302a81dea7a6161dd03413.zip",
"installer_url": "https://downloads.claude.ai/releases/darwin/universal/1.1617.0/Claude-8d63450d9eae59f17102abdee7bf0759472f30a2.zip",
"install_script_ref": "d05235fc",
"uninstall_script_ref": "4cfbec7d",
"sha256": "3bc70faf8a30dba3d38f8d70026b705bffcfc610029e2138ec0ae59d89e6e33a",
"sha256": "f2391052fad1d0de505bcb19c3bbb4cb5aec8dfec51ff74fd3b748d66852e2d4",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "3.0.12",
"version": "3.0.13",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Cursor' AND publisher = 'Anysphere';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Cursor' AND publisher = 'Anysphere' AND version_compare(version, '3.0.12') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Cursor' AND publisher = 'Anysphere' AND version_compare(version, '3.0.13') < 0);"
},
"installer_url": "https://downloads.cursor.com/production/a80ff7dfcaa45d7750f6e30be457261379c29b06/win32/x64/system-setup/CursorSetup-x64-3.0.12.exe",
"installer_url": "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/win32/x64/system-setup/CursorSetup-x64-3.0.13.exe",
"install_script_ref": "03589b5e",
"uninstall_script_ref": "6c8096c5",
"sha256": "1ba2e7f58c959d60fba8200f3dc0eee735d70596511baece4d88e97959a1af58",
"sha256": "e28116738637ee473fc345f4e1e29a3e31f12784019d1b0157ff49ce77e16708",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2026.1.1",
"version": "2026.1.2",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.datagrip';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.datagrip' AND version_compare(bundle_short_version, '2026.1.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.datagrip' AND version_compare(bundle_short_version, '2026.1.2') < 0);"
},
"installer_url": "https://download.jetbrains.com/datagrip/datagrip-2026.1.1-aarch64.dmg",
"installer_url": "https://download.jetbrains.com/datagrip/datagrip-2026.1.2-aarch64.dmg",
"install_script_ref": "5ded224e",
"uninstall_script_ref": "bdf3b6cd",
"sha256": "5b97e9b09a7d42529a5531286a739fd2d6cb86191adce908e297503ec7546ae5",
"sha256": "acc89512691b24821e05f397a4f55714114b9a45ba4cb9f3b0f0a17905acce17",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2603.3.2",
"version": "2603.3.3",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad' AND version_compare(bundle_short_version, '2603.3.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad' AND version_compare(bundle_short_version, '2603.3.3') < 0);"
},
"installer_url": "https://storage.googleapis.com/dialpad_native/osx/arm64/Dialpad.2603.3.2.zip",
"installer_url": "https://storage.googleapis.com/dialpad_native/osx/arm64/Dialpad.2603.3.3.zip",
"install_script_ref": "ce137382",
"uninstall_script_ref": "baa2497a",
"sha256": "278f0c285fd27eecdfab05e7d2608e07854f16a696c45affa50b564d8f371e0a",
"sha256": "23a7a7456d660d5a52cd6360e90bbf54d61b4a5ebdfd62f2b1c81b8528a90368",
"default_categories": [
"Communication"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "4.67.0",
"version": "4.68.0",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Docker Desktop' AND publisher = 'Docker Inc.';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Docker Desktop' AND publisher = 'Docker Inc.' AND version_compare(version, '4.67.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Docker Desktop' AND publisher = 'Docker Inc.' AND version_compare(version, '4.68.0') < 0);"
},
"installer_url": "https://desktop.docker.com/win/main/amd64/222858/Docker%20Desktop%20Installer.exe",
"installer_url": "https://desktop.docker.com/win/main/amd64/223695/Docker%20Desktop%20Installer.exe",
"install_script_ref": "f938db79",
"uninstall_script_ref": "000be0a3",
"sha256": "9e334622293ddf15eb7ecb935b829370899a93c92a53385a2e4c7749e5d57c77",
"sha256": "09dd3d5de2646e9fe8d578a59785d0da2f1a2dabafa1d35e1ff2e05c6e332c84",
"default_categories": [
"Developer tools"
]

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "146.0.7680.178",
"version": "147.0.7727.56",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Google Chrome' AND publisher = 'Google LLC';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Google Chrome' AND publisher = 'Google LLC' AND version_compare(version, '146.0.7680.178') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Google Chrome' AND publisher = 'Google LLC' AND version_compare(version, '147.0.7727.56') < 0);"
},
"installer_url": "https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi",
"install_script_ref": "8959087b",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2.1.2",
"version": "2.2.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.DigiDNA.iMazingProfileEditorMac';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.DigiDNA.iMazingProfileEditorMac' AND version_compare(bundle_short_version, '2.1.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.DigiDNA.iMazingProfileEditorMac' AND version_compare(bundle_short_version, '2.2.0') < 0);"
},
"installer_url": "https://downloads.imazing.com/mac/iMazing-Profile-Editor/2.1.2.382201/iMazing_Profile_Editor_2.1.2.382201.dmg",
"installer_url": "https://downloads.imazing.com/mac/iMazing-Profile-Editor/2.2.0.392103/iMazing_Profile_Editor_2.2.0.392103.dmg",
"install_script_ref": "c8f6c7ba",
"uninstall_script_ref": "b32c3dd9",
"sha256": "c9485f9d0b5334e408d14a82a7ad677bfde41cca7fb5bdb78b1944bc23661cb0",
"sha256": "f5af8180e6aae3fa7d08b62e44e05bc7566dd10ebbbdfd613ca1731fb21b9e00",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "5.4.1.1429",
"version": "5.4.2.1452",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'LastPass' AND publisher = 'LastPass US LP.';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'LastPass' AND publisher = 'LastPass US LP.' AND version_compare(version, '5.4.1.1429') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'LastPass' AND publisher = 'LastPass US LP.' AND version_compare(version, '5.4.2.1452') < 0);"
},
"installer_url": "https://download.cloud.lastpass.com/windows_installer/LastPassInstaller.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "42ad8ad2",
"sha256": "f92ac8dbbf8d67db2251b5ce9eef7a0f588a22948c4b6e6a447b574b41725a81",
"sha256": "4789eefde827767ece26ba8d810a8fedabe54443f96b8e9f9f93c27bc0c5781a",
"default_categories": [
"Productivity"
],

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "16.107",
"version": "16.107.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Excel';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Excel' AND version_compare(bundle_short_version, '16.107') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Excel' AND version_compare(bundle_short_version, '16.107.4') < 0);"
},
"installer_url": "https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Excel_16.107.26040410_Installer.pkg",
"install_script_ref": "c7fb86e7",

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "16.107",
"version": "16.107.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.onenote.mac';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.onenote.mac' AND version_compare(bundle_short_version, '16.107') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.onenote.mac' AND version_compare(bundle_short_version, '16.107.4') < 0);"
},
"installer_url": "https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_OneNote_16.107.26040410_Updater.pkg",
"install_script_ref": "f92f44c8",

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "16.107",
"version": "16.107.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Outlook';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Outlook' AND version_compare(bundle_short_version, '16.107') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Outlook' AND version_compare(bundle_short_version, '16.107.4') < 0);"
},
"installer_url": "https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Outlook_16.107.26040410_Installer.pkg",
"install_script_ref": "4a92e9ef",

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "16.107",
"version": "16.107.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Powerpoint';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Powerpoint' AND version_compare(bundle_short_version, '16.107') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Powerpoint' AND version_compare(bundle_short_version, '16.107.4') < 0);"
},
"installer_url": "https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_PowerPoint_16.107.26040410_Installer.pkg",
"install_script_ref": "dce88370",

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "16.107",
"version": "16.107.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Word';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Word' AND version_compare(bundle_short_version, '16.107') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Word' AND version_compare(bundle_short_version, '16.107.4') < 0);"
},
"installer_url": "https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Word_16.107.26040410_Installer.pkg",
"install_script_ref": "82e864c2",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "7.9.1",
"version": "7.10.0",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Notion 6.1.0' AND publisher = 'Notion Labs, Inc';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Notion 6.1.0' AND publisher = 'Notion Labs, Inc' AND version_compare(version, '7.9.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Notion 6.1.0' AND publisher = 'Notion Labs, Inc' AND version_compare(version, '7.10.0') < 0);"
},
"installer_url": "https://desktop-release.notion-static.com/Notion%20Setup%207.9.1.exe",
"installer_url": "https://desktop-release.notion-static.com/Notion%20Setup%207.10.0.exe",
"install_script_ref": "0803ad8c",
"uninstall_script_ref": "a8fdd9b7",
"sha256": "b8e51ebf1f07bb1ba6595a33d5a23ec37af160551e89dc8cdf3f322da057b4ed",
"sha256": "5d2802a05e6802afaeb670216c80408e36c989aa65239263a4d538a018e6d5d4",
"default_categories": [
"Productivity"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "32.1.0",
"version": "32.1.1",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'OBS Studio' AND publisher = 'OBS Project';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'OBS Studio' AND publisher = 'OBS Project' AND version_compare(version, '32.1.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'OBS Studio' AND publisher = 'OBS Project' AND version_compare(version, '32.1.1') < 0);"
},
"installer_url": "https://github.com/obsproject/obs-studio/releases/download/32.1.0/OBS-Studio-32.1.0-Windows-x64-Installer.exe",
"installer_url": "https://github.com/obsproject/obs-studio/releases/download/32.1.1/OBS-Studio-32.1.1-Windows-x64-Installer.exe",
"install_script_ref": "8a919fae",
"uninstall_script_ref": "145a6b76",
"sha256": "0e3d75eb83951d3fe100cdc7a97fd870f16781bbdcf544fbe101d9b89f9c6231",
"sha256": "9b4b643a44154ed8bee5229a4e0c85f6826f76b7e38b1d0d1d7e8b349dfa38e1",
"default_categories": [
"Productivity"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "12.5.2",
"version": "12.5.5",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.5.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.5.5') < 0);"
},
"installer_url": "https://dl.pstmn.io/download/version/12.5.2/osx_arm64",
"installer_url": "https://dl.pstmn.io/download/version/12.5.5/osx_arm64",
"install_script_ref": "b89b1fb9",
"uninstall_script_ref": "15e9f11c",
"sha256": "046de25eb58b5fafdde940586907b88a95d8cb657c7cf01741f8d51926fe36ef",
"sha256": "b634e359b4b3a08c3f56328fe049631ee894d30809e57b32a146f050306b9446",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "12.5.2",
"version": "12.5.5",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Postman x64 11.75.4' AND publisher = 'Postman';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Postman x64 11.75.4' AND publisher = 'Postman' AND version_compare(version, '12.5.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Postman x64 11.75.4' AND publisher = 'Postman' AND version_compare(version, '12.5.5') < 0);"
},
"installer_url": "https://dl.pstmn.io/download/version/12.5.2/windows_64",
"installer_url": "https://dl.pstmn.io/download/version/12.5.5/windows_64",
"install_script_ref": "538f63bf",
"uninstall_script_ref": "cd01b68f",
"sha256": "69c2e120d271dba4d1a7f773dd11ca8289ea40b5f2a5a41297e1eb4d95ce1e7c",
"sha256": "e16b07771712a2b2bd24a8b101ef7417c991c7649448a1ceca921fe3679153e4",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.104.11",
"version": "1.104.12",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos' AND version_compare(bundle_short_version, '1.104.11') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.raycast.macos' AND version_compare(bundle_short_version, '1.104.12') < 0);"
},
"installer_url": "https://releases.raycast.com/releases/1.104.11/download?build=arm",
"installer_url": "https://releases.raycast.com/releases/1.104.12/download?build=arm",
"install_script_ref": "3b012285",
"uninstall_script_ref": "eecff414",
"sha256": "b4483a6c575dede50dab0101117a15b6e9e0ad548a2f81f7767f43ab66f7ac6e",
"sha256": "d3ce23646286a77c472b4d20d185d747e8f6b711dec576ae0a33ea15679a473a",
"default_categories": [
"Productivity"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2026.1",
"version": "2026.1.0.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.rider';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.rider' AND version_compare(bundle_short_version, '2026.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.rider' AND version_compare(bundle_short_version, '2026.1.0.1') < 0);"
},
"installer_url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.1-aarch64.dmg",
"installer_url": "https://download.jetbrains.com/rider/JetBrains.Rider-2026.1.0.1-aarch64.dmg",
"install_script_ref": "e0eca1f4",
"uninstall_script_ref": "da8aa8fc",
"sha256": "5ec1438c7d7660d0195ed8683932671189597dc7c90ec1f271a8fc9f4e3511e0",
"sha256": "0471eb3b80cb7f0e1c75bac9087d6ea97daa766fe28f21678f7d9643cae95612",
"default_categories": [
"Developer tools"
]

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "8.5.0",
"version": "8.6.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.whispersystems.signal-desktop';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.whispersystems.signal-desktop' AND version_compare(bundle_short_version, '8.5.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.whispersystems.signal-desktop' AND version_compare(bundle_short_version, '8.6.0') < 0);"
},
"installer_url": "https://updates.signal.org/desktop/signal-desktop-mac-arm64-8.5.0.zip",
"installer_url": "https://updates.signal.org/desktop/signal-desktop-mac-arm64-8.6.0.zip",
"install_script_ref": "5ab712e8",
"uninstall_script_ref": "3902de16",
"sha256": "1c6c29ebaa38e59841c98b30deaab42af8f91263ebebefeb6cb27eeacabb3916",
"sha256": "2d18716065421fda3628871a88ca21b3a49470a85d8051b1ef9687a3eab9b78c",
"default_categories": [
"Communication"
]

View file

@ -6,7 +6,7 @@
"exists": "SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer' AND version_compare(version, '15.76.5') < 0);"
},
"installer_url": "https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64.exe",
"installer_url": "https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64_15.76.5.exe",
"install_script_ref": "45f422bf",
"uninstall_script_ref": "390c83e7",
"sha256": "no_check",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "6.7.1",
"version": "6.7.5",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC' AND version_compare(version, '6.7.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC' AND version_compare(version, '6.7.5') < 0);"
},
"installer_url": "https://td.telegram.org/tx64/tsetup-x64.6.7.1.exe",
"installer_url": "https://td.telegram.org/tx64/tsetup-x64.6.7.5.exe",
"install_script_ref": "0b88a95e",
"uninstall_script_ref": "42311f1b",
"sha256": "a7e332acd6ccf19ebe3ba988fac07b24acbc097887170bea57c3811b388ecec5",
"sha256": "e4ab08b640ca75cff0ad367e7ed0ce1c8bc5b936a895d0f206cee2f0dee386e7",
"default_categories": [
"Communication"
]

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "46.3.1.34493",
"version": "46.4.0.34620",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark' AND version_compare(bundle_short_version, '46.3.1.34493') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark' AND version_compare(bundle_short_version, '46.4.0.34620') < 0);"
},
"installer_url": "https://binaries.webex.com/webex-macos-apple-silicon/Webex.dmg",
"install_script_ref": "219fd325",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "46.3.1.34493",
"version": "46.4.0.34620",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Cisco Webex' AND publisher = 'Cisco Systems, Inc';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Cisco Webex' AND publisher = 'Cisco Systems, Inc' AND version_compare(version, '46.3.1.34493') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Cisco Webex' AND publisher = 'Cisco Systems, Inc' AND version_compare(version, '46.4.0.34620') < 0);"
},
"installer_url": "https://binaries.webex.com/WebexDesktop-Win-64-Gold/20260324153917/Webex.msi",
"installer_url": "https://binaries.webex.com/WebexDesktop-Win-64-Gold/20260408162106/Webex.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "dfe62b07",
"sha256": "dcc7b2636d0df902a646543ec64ef365a063b810a7687e27dc6fa993ac2223d8",
"sha256": "bea3fae5db892f2323e83798d1b9fe9e5192a5f6082b28f2e9aa54fe28d682f0",
"default_categories": [
"Communication"
],

View file

@ -1,10 +1,10 @@
{
"versions": [
{
"version": "26.13.15",
"version": "26.15.11",
"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.13.15') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'net.whatsapp.WhatsApp' AND version_compare(bundle_short_version, '26.15.11') < 0);"
},
"installer_url": "https://web.whatsapp.com/desktop/mac_native/release/?configuration=Release&src=whatsapp_downloads_page",
"install_script_ref": "f2b910d2",

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "0.230.2",
"version": "0.231.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '0.230.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '0.231.1') < 0);"
},
"installer_url": "https://zed.dev/api/releases/stable/0.230.2/Zed-aarch64.dmg",
"installer_url": "https://zed.dev/api/releases/stable/0.231.1/Zed-aarch64.dmg",
"install_script_ref": "b0e5ef67",
"uninstall_script_ref": "a96df5e9",
"sha256": "8a4e854e4a8b268464d1f1cf1c93fa959db9948266ffbe2f942e82e149185e58",
"sha256": "e56de577fd6baa45d6959691fe089efb91aca33b06133f3e8163be7bb544f1ca",
"default_categories": [
"Developer tools"
]