Skip to content

Commit

Permalink
glazewm: Update to version 3.7.0 (#14508)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillacorn authored Dec 29, 2024
1 parent 6470a1e commit 920a721
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions bucket/glazewm.json
Original file line number Diff line number Diff line change
@@ -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": [
[
Expand All @@ -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"
}
}
}
}
}

0 comments on commit 920a721

Please sign in to comment.