Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Fleet-maintained apps.
Generated automatically with cmd/maintained-apps.
  • Loading branch information
allenhouchins authored and github-actions[bot] committed Jul 3, 2026
commit 00e347daee777e55105447f13b194f060ea71ef4
2 changes: 1 addition & 1 deletion ee/maintained-apps/outputs/7-zip/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exists": "SELECT 1 FROM programs WHERE name LIKE '7-Zip %' AND publisher = 'Igor Pavlov';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE '7-Zip %' AND publisher = 'Igor Pavlov' AND version_compare(version, '26.02') < 0);"
},
"installer_url": "https://7-zip.org/a/7z2602-x64.msi",
"installer_url": "https://github.com/ip7z/7zip/releases/download/26.02/7z2602-x64.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "cd80dc1f",
"sha256": "db407a4f6d4999e5c7bc00ce8a882be94717b56e7fa68140fe3f12605d91643e",
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/actual/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "26.6.0",
"version": "26.7.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.actualbudget.actual';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.actualbudget.actual' AND version_compare(bundle_short_version, '26.6.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.actualbudget.actual' AND version_compare(bundle_short_version, '26.7.0') < 0);"
},
"installer_url": "https://github.com/actualbudget/actual/releases/download/v26.6.0/Actual-mac-arm64.dmg",
"installer_url": "https://github.com/actualbudget/actual/releases/download/v26.7.0/Actual-mac-arm64.dmg",
"install_script_ref": "631bbb42",
"uninstall_script_ref": "27bb5492",
"sha256": "32f6893b599e8408b21e9cfe4b0d2530f41951c31100a41d0585b815691c577f",
"sha256": "7e9b5be9d3d1a78de6a7a625717dd0e31ccfb2f79f9718f761726925dac44ece",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/alt-tab/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "11.3.1",
"version": "11.4.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.lwouis.alt-tab-macos';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.lwouis.alt-tab-macos' AND version_compare(bundle_short_version, '11.3.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.lwouis.alt-tab-macos' AND version_compare(bundle_short_version, '11.4.0') < 0);"
},
"installer_url": "https://github.com/lwouis/alt-tab-macos/releases/download/v11.3.1/AltTab-11.3.1.zip",
"installer_url": "https://github.com/lwouis/alt-tab-macos/releases/download/v11.4.0/AltTab-11.4.0.zip",
"install_script_ref": "b04664c1",
"uninstall_script_ref": "2cc2914b",
"sha256": "5f9f6c1505ae4fdcb7fd819f1bf945a179a8795fc18c73e788365ecb93e16f8c",
"sha256": "10362bd9c120b2c32ffc63eb558698f9bac123a1833e2a8247050914d19840c5",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/arc/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.112.1.2",
"version": "1.113.0.288",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Arc' AND publisher = 'The Browser Company of New York';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Arc' AND publisher = 'The Browser Company of New York' AND version_compare(version, '1.112.1.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Arc' AND publisher = 'The Browser Company of New York' AND version_compare(version, '1.113.0.288') < 0);"
},
"installer_url": "https://releases.arc.net/windows/prod/1.112.1.2/Arc.x64.msix",
"installer_url": "https://releases.arc.net/windows/prod/1.113.0.288/Arc.x64.msix",
"install_script_ref": "d2d5c7dc",
"uninstall_script_ref": "ebcac670",
"sha256": "6a90a95a4e7c973a948663aefbdaf9550b3595c00bd119948511f7ca5f07d354",
"sha256": "f5678e13210fb10bbe4b812d80a59834b934aa0f1f7055ab89093fc3e16c11c6",
"default_categories": [
"Browsers"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/aws-cli/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2.35.14",
"version": "2.35.15",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services' AND version_compare(version, '2.35.14') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services' AND version_compare(version, '2.35.15') < 0);"
},
"installer_url": "https://awscli.amazonaws.com/AWSCLIV2-2.35.14.msi",
"installer_url": "https://awscli.amazonaws.com/AWSCLIV2-2.35.15.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "58bcd016",
"sha256": "cf20a3addc418334e9f926416ad8f4d749c35f1a615bdf5d1e8f19eb29318eeb",
"sha256": "83f49dd966ed7a5f6ecc437d60b1ecfda1339482582572dd54b10e050842daa4",
"default_categories": [
"Developer tools"
],
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/beeper/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "4.2.948",
"version": "4.2.957",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.automattic.beeper.desktop';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.automattic.beeper.desktop' AND version_compare(bundle_short_version, '4.2.948') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.automattic.beeper.desktop' AND version_compare(bundle_short_version, '4.2.957') < 0);"
},
"installer_url": "https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.948-arm64-mac.zip",
"installer_url": "https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.957-arm64-mac.zip",
"install_script_ref": "a73050ea",
"uninstall_script_ref": "978d30f8",
"sha256": "63bb5f5d4749b988a7fd9b8f5cf21f9c202840f9aacf5e3c6679534ce669661e",
"sha256": "8ca0aad017a425fd6ea47448bd90244df42630a90cbdf56bf30da35c3223ad5d",
"default_categories": [
"Communication"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/brave-browser/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "149.1.91.180",
"version": "150.1.92.134",
"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, '149.1.91.180') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '150.1.92.134') < 0);"
},
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/191.180/Brave-Browser-arm64.dmg",
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/192.134/Brave-Browser-arm64.dmg",
"install_script_ref": "013e53e8",
"uninstall_script_ref": "9a376609",
"sha256": "fda09d6ef2d2b16b2cbfc0c71e58b2e0d3781441bab511c67c82f69cdfa33323",
"sha256": "7fa772713526d51ceb8f45c89d334d05100a1fa036b6b98dfadc2df4ba5998da",
"default_categories": [
"Browsers"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/brave-browser/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "149.1.91.180",
"version": "150.1.92.134",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Brave' AND publisher = 'Brave Software Inc';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Brave' AND publisher = 'Brave Software Inc' AND version_compare(version, '149.1.91.180') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Brave' AND publisher = 'Brave Software Inc' AND version_compare(version, '150.1.92.134') < 0);"
},
"installer_url": "https://github.com/brave/brave-browser/releases/download/v1.91.180/BraveBrowserStandaloneSilentSetup.exe",
"installer_url": "https://github.com/brave/brave-browser/releases/download/v1.92.134/BraveBrowserStandaloneSilentSetup.exe",
Comment on lines +4 to +9

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '\n== Files of interest ==\n'
git ls-files 'ee/maintained-apps/outputs/brave-browser/windows.json' \
  'cmd/maintained-apps/*' \
  'cmd/**/brave*' \
  'ee/**/brave*' | sed 's#^`#-` #'

printf '\n== Brave output file (context) ==\n'
cat -n ee/maintained-apps/outputs/brave-browser/windows.json | sed -n '1,80p'

printf '\n== Search for Brave version parsing / maintained-apps generation ==\n'
rg -n --hidden --glob '!**/node_modules/**' --glob '!**/dist/**' --glob '!**/build/**' \
  'brave|version_compare|DisplayVersion|maintained-apps|chromium' cmd ee .github . 2>/dev/null | sed -n '1,220p'

Repository: fleetdm/fleet

Length of output: 50369


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '\n== Brave transformer ==\n'
cat -n ee/maintained-apps/ingesters/homebrew/external_refs/brave_version_transformer.go | sed -n '1,220p'

printf '\n== Brave homebrew input ==\n'
cat -n ee/maintained-apps/inputs/homebrew/brave-browser.json | sed -n '1,220p'

printf '\n== Brave winget input ==\n'
cat -n ee/maintained-apps/inputs/winget/brave-browser.json | sed -n '1,220p'

printf '\n== Brave transformer test ==\n'
cat -n ee/maintained-apps/ingesters/homebrew/external_refs/brave_version_transformer_test.go | sed -n '1,260p'

printf '\n== Search for brave_version_transformer references ==\n'
rg -n 'brave_version_transformer|Brave|brave-browser' ee/maintained-apps cmd/maintained-apps server docs .github --glob '!**/node_modules/**' | sed -n '1,220p'

Repository: fleetdm/fleet

Length of output: 38417


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '\n== Brave transformer ==\n'
cat -n ee/maintained-apps/ingesters/homebrew/external_refs/brave_version_transformer.go | sed -n '1,220p'

printf '\n== Brave transformer test ==\n'
cat -n ee/maintained-apps/ingesters/homebrew/external_refs/brave_version_transformer_test.go | sed -n '1,260p'

printf '\n== Brave input files ==\n'
cat -n ee/maintained-apps/inputs/homebrew/brave-browser.json | sed -n '1,220p'
printf '\n---\n'
cat -n ee/maintained-apps/inputs/winget/brave-browser.json | sed -n '1,220p'

printf '\n== Narrow search for version shaping ==\n'
rg -n '150\.1\.92\.134|1\.92\.134|Chromium 150|brave_version_transformer|version_transform' \
  ee/maintained-apps cmd/maintained-apps server docs .github --glob '!**/node_modules/**' | sed -n '1,220p'

Repository: fleetdm/fleet

Length of output: 5909


🌐 Web query:

Brave Browser Windows installer DisplayVersion 150.1.92.134 versioning release notes Chromium 150.1.92.134

💡 Result:

The Brave Browser version you referenced appears to be a conflation of Brave's release numbering and the underlying Chromium version. Based on official development records as of July 3, 2026, there is no Brave release version 150.1.92.134. The release branch 1.92.x (e.g., v1.92.131) is based on Chromium 150.0.7871.46 [1], which was recently updated to Chromium 150.0.7871.63 [2]. The number 150.1.92.134 you provided likely mistakenly combines components from these two sources (Chromium 150.x and Brave 1.92.x) [2][1]. Key details regarding the current Brave 1.92.x release cycle: - Release Channel: Brave version 1.92.x series [2]. - Chromium Version: Upgraded from 150.0.7871.46 to 150.0.7871.63 [2]. - Notable Changes: Improvements to vertical tabs, auto-replacement of certain Web Store MV2 extensions with Brave-hosted equivalents, and various AI chat and UI/UX fixes [2]. For accurate versioning and release notes, always refer to the official Brave GitHub releases page or the Brave Release Notes page [3][4].

Citations:


Fix the Brave version string
version and version_compare are using 150.1.92.134, but the Brave release tag and installer URL are v1.92.134. The same bad value also appears in ee/maintained-apps/outputs/brave-browser/darwin.json, so this looks like an ingest/transform bug. Align the emitted version and patch threshold with the Brave release version.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/brave-browser/windows.json` around lines 4 - 9,
The Brave output is emitting an incorrect version string, and both the version
field and the version_compare threshold in the patched query need to match the
actual Brave release version. Update the generated Brave browser metadata in the
windows output, using the same corrected version value that should also be
applied in the matching darwin output, and ensure the installer URL/release tag
remain aligned with that release version. Focus on the Brave browser output
generator or transform that populates the version and patched query values so
the emitted metadata is consistent.

"install_script_ref": "9a0c2b15",
"uninstall_script_ref": "30c77f69",
"sha256": "aca365fb42fcc09f3c13358743790e9b23e237f626eb0f91b686bbd4c00aea40",
"sha256": "4726e28a23da1b0b253efb63736efc9b20a580f26017f93f72ebdacf471c657a",
"default_categories": [
"Browsers"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/claude/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.17377.2",
"version": "1.18286.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.17377.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.anthropic.claudefordesktop' AND version_compare(bundle_short_version, '1.18286.0') < 0);"
},
"installer_url": "https://downloads.claude.ai/releases/darwin/universal/1.17377.2/Claude-e0ea9e9df1d5a7e3848ea088cc6b1863adc020b9.zip",
"installer_url": "https://downloads.claude.ai/releases/darwin/universal/1.18286.0/Claude-259c3fc2a647e4222ca15e99bba9b2649f31f051.zip",
"install_script_ref": "8b957973",
"uninstall_script_ref": "421baa98",
"sha256": "21c22ce4bad2a6d43c2872c8c953a8a8cb1b4e5ace7fcc4bb2bc54f2eae49894",
"sha256": "80a74053d52f478d447f10b48af6ac840c1b6dd172b3354b43107ff6d3bcc3b4",
"default_categories": [
"Developer tools"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/claude/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "1.17377.2",
"version": "1.18286.0",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC' AND version_compare(version, '1.17377.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC' AND version_compare(version, '1.18286.0') < 0);"
},
"installer_url": "https://downloads.claude.ai/releases/win32/x64/1.17377.2/Claude-e0ea9e9df1d5a7e3848ea088cc6b1863adc020b9.msix",
"installer_url": "https://downloads.claude.ai/releases/win32/x64/1.18286.0/Claude-259c3fc2a647e4222ca15e99bba9b2649f31f051.msix",
"install_script_ref": "16c020cc",
"uninstall_script_ref": "03f72055",
"sha256": "b071b480bd8547ae6a4f8dd0b8598bd1c675fd72886a3576e4a266060c9ff4e4",
"sha256": "7927bafc45478d87d3213d9b9afb27bba58bc32b4fe9aa58a106cbfc139d0d3c",
"default_categories": [
"Productivity"
]
Expand Down
4 changes: 2 additions & 2 deletions ee/maintained-apps/outputs/dialpad/darwin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"versions": [
{
"version": "2605.1.0",
"version": "2606.1.1",
"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, '2605.1.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad' AND version_compare(bundle_short_version, '2606.1.1') < 0);"
},
"installer_url": "https://download.dialpad.com/osx/arm64/dialpad.pkg",
"install_script_ref": "49548b01",
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/egnyte/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "3.31.1.179",
"version": "4.4.1.198",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Egnyte Desktop App' AND publisher = 'Egnyte, Inc.';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Egnyte Desktop App' AND publisher = 'Egnyte, Inc.' AND version_compare(version, '3.31.1.179') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Egnyte Desktop App' AND publisher = 'Egnyte, Inc.' AND version_compare(version, '4.4.1.198') < 0);"
},
"installer_url": "https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/3.31.1/EgnyteDesktopApp_3.31.1_179.msi",
"installer_url": "https://egnyte-cdn.egnyte.com/egnytedrive/win/en-us/4.4.1/EgnyteDesktopApp_4.4.1_198.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "70b84d4a",
"sha256": "aca64bfeacb23e4edfae7f33a831deb003da3788035dd49e8ff866afccadad85",
"sha256": "fed541b65a0194e828762617c8c12ff72f0f67acf9b1b67e59deb58f98a3a181",
"default_categories": [
"Productivity"
],
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/goland/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "2026.1.3",
"version": "2026.1.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.goland';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.goland' AND version_compare(bundle_short_version, '2026.1.3') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.goland' AND version_compare(bundle_short_version, '2026.1.4') < 0);"
},
"installer_url": "https://download.jetbrains.com/go/goland-2026.1.3-aarch64.dmg",
"installer_url": "https://download.jetbrains.com/go/goland-2026.1.4-aarch64.dmg",
"install_script_ref": "1d48cff5",
"uninstall_script_ref": "c7ca278d",
"sha256": "3f1aeac0fb13999b70f6815522c06589d9fdd0dc38a91b18b9690ed81498e746",
"sha256": "cbb98491ed33d0cbd0b3e90cb6b9ababb11e02d2546e0a3ab0666b381d0cada3",
"default_categories": [
"Developer tools"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/granola/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "7.373.2",
"version": "7.386.3",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.granola.app';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.granola.app' AND version_compare(bundle_short_version, '7.373.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.granola.app' AND version_compare(bundle_short_version, '7.386.3') < 0);"
},
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.373.2/Granola-7.373.2-mac-universal.dmg",
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.386.3/Granola-7.386.3-mac-universal.dmg",
"install_script_ref": "89a55638",
"uninstall_script_ref": "7b9b9d06",
"sha256": "00af10c973264087dd6c5d74a085338cd041405f6f77ef77314b3cfb3ca0ab7b",
"sha256": "ec04257770ecf1195e1838f0ee2aa721ebeaea723b4735736cb5af1b20ebed0f",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/granola/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "7.373.2",
"version": "7.386.3",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola' AND version_compare(version, '7.373.2') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola' AND version_compare(version, '7.386.3') < 0);"
},
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.373.2/Granola-7.373.2-win-x64.exe",
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.386.3/Granola-7.386.3-win-x64.exe",
"install_script_ref": "3f66ac53",
"uninstall_script_ref": "a4fab3f5",
"sha256": "c540dfc763288b706717b3a9d55aa5cc641149ee7fb083520b2603c09673f6e6",
"sha256": "81ee1e935dfb184190130ce90e2f0ab1a7843944e36598f2c91a2e23b0846051",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/huly/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "0.7.423",
"version": "0.7.426",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'hc.hcengineering.Huly';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'hc.hcengineering.Huly' AND version_compare(bundle_short_version, '0.7.423') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'hc.hcengineering.Huly' AND version_compare(bundle_short_version, '0.7.426') < 0);"
},
"installer_url": "https://dist.huly.io/Huly-macos-0.7.423-arm64.zip",
"installer_url": "https://dist.huly.io/Huly-macos-0.7.426-arm64.zip",
"install_script_ref": "fc10469f",
"uninstall_script_ref": "367bd3f8",
"sha256": "e3721316549ecc2f5097607eeec67d33f2e47eacbc2665db748a258ec41a2d73",
"sha256": "ac504aa50403c52b753e50a5a0c7f7e9b07523b4f9282daebb6a28cfff242cce",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/jetbrains-toolbox/darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "3.5",
"version": "3.6",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.toolbox';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.toolbox' AND version_compare(bundle_short_version, '3.5') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.toolbox' AND version_compare(bundle_short_version, '3.6') < 0);"
},
"installer_url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.5.0.84344-arm64.dmg",
"installer_url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.6.0.85549-arm64.dmg",
"install_script_ref": "9dbacbdd",
"uninstall_script_ref": "276d8363",
"sha256": "0c31a81cc96d6565bfecbb4774388cc12ec7120b3c88fac9a9cd170ba6289696",
"sha256": "128a8580fee1cbbafe8fbcbe96e0d013ad7d1ce4548aa05ed876606484151773",
"default_categories": [
"Developer tools"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/jetbrains-toolbox/windows.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "3.5.0.0",
"version": "3.6.0.0",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'JetBrains Toolbox' AND publisher = 'JetBrains';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'JetBrains Toolbox' AND publisher = 'JetBrains' AND version_compare(version, '3.5.0.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'JetBrains Toolbox' AND publisher = 'JetBrains' AND version_compare(version, '3.6.0.0') < 0);"
},
"installer_url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.5.0.84344.exe",
"installer_url": "https://download.jetbrains.com/toolbox/jetbrains-toolbox-3.6.0.85549.exe",
"install_script_ref": "f635418b",
"uninstall_script_ref": "a6821d8b",
"sha256": "c4dc5d95a76bf2c0365e1dfb5ed7c76e80c1d3319e2467d18ec9af2ac1520ccf",
"sha256": "5b83c3c3c83163c214552061a1e9a684a52088157536d05b39c9ff2a885b4b2a",
"default_categories": [
"Developer tools"
]
Expand Down
Loading
Loading