mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update Firefox and Postman Fleet-Maintained apps (#29925)
Fixes #29402, #29754.
This commit is contained in:
parent
1c5700a8c4
commit
ba154058ea
2 changed files with 6 additions and 6 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "138.0.1",
|
||||
"version": "139.0.4",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.firefox';"
|
||||
},
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/138.0.1/mac/en-US/Firefox%20138.0.1.dmg",
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/139.0.4/mac/en-US/Firefox%20139.0.4.dmg",
|
||||
"install_script_ref": "d6537bcd",
|
||||
"uninstall_script_ref": "824ca465",
|
||||
"sha256": "c4d9860f38683ba182d34c7a2b3b8157ec3e76498e0863d3ddab0c1a73360fb0",
|
||||
"sha256": "fc058bf34094828c0919ad81672d697cf01dfa291ba9b11e0b1c119588878405",
|
||||
"default_categories": [
|
||||
"Browsers"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "11.45.0",
|
||||
"version": "11.49.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';"
|
||||
},
|
||||
"installer_url": "https://dl.pstmn.io/download/version/11.45.0/osx_arm64",
|
||||
"installer_url": "https://dl.pstmn.io/download/version/11.49.0/osx_arm64",
|
||||
"install_script_ref": "1809f0b2",
|
||||
"uninstall_script_ref": "15e9f11c",
|
||||
"sha256": "b84878a6b933042c9d2c9e2c83e978205f0bb3fdcb920eeb422eedcd9ad3dec4",
|
||||
"sha256": "48da06e631ffce141cd8f832774208eda32bb8abb6fbf164b457f2a264e56c4a",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue