diff --git a/bucket/glazewm.json b/bucket/glazewm.json index dc8f764a29116c..af503d32b4c4e6 100644 --- a/bucket/glazewm.json +++ b/bucket/glazewm.json @@ -1,18 +1,19 @@ { - "version": "2.1.1", + "version": "3.7.0", "description": "A tiling window manager for Windows inspired by i3 and Polybar.", "homepage": "https://github.com/glzr-io/glazewm", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/glzr-io/glazewm/releases/download/v2.1.1/GlazeWM_x64_2.1.1.exe#/GlazeWM.exe", - "hash": "a534b649cf0076ad024688681ad01cbaf44e23caca1fc46f9a208202ff640c2c" + "url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-x64.msi", + "hash": "733C09B3D19BF68FD5A522EE8F068F48CADE8EC7422A4AA8A0D18B2BEEBE3494" }, - "32bit": { - "url": "https://github.com/glzr-io/glazewm/releases/download/v2.1.1/GlazeWM_x86_2.1.1.exe#/GlazeWM.exe", - "hash": "0cbe283e9890b0b465e24196b8525c6c64feb83b4652f5b8985da71668d85827" + "arm64": { + "url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-arm64.msi", + "hash": "C1C91D4E29863A9454C336101D57042A97613138F6403B1F718D018AD52BF517" } }, + "extract_dir": "PFiles64\\glzr.io\\GlazeWM", "bin": "GlazeWM.exe", "shortcuts": [ [ @@ -24,11 +25,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/glzr-io/glazewm/releases/download/v$version/GlazeWM_x64_$version.exe#/GlazeWM.exe" + "url": "https://github.com/glzr-io/glazewm/releases/download/v$version/standalone-glazewm-v$version-x64.msi" }, - "32bit": { - "url": "https://github.com/glzr-io/glazewm/releases/download/v$version/GlazeWM_x86_$version.exe#/GlazeWM.exe" + "arm64": { + "url": "https://github.com/glzr-io/glazewm/releases/download/v$version/standalone-glazewm-v$version-arm64.msi" } } } -} +} \ No newline at end of file