Updated FancyWM to v2.11.5, Changed AutoUpdate Behaviour

This commit is contained in:
Kaybee 2024-04-05 15:24:01 +02:00
parent a21738f29d
commit b6ac86a440

View file

@ -1,12 +1,17 @@
{ {
"version": "v2.11.3-rc", "version": "v2.11.5",
"description": "FancyWM - a dynamic tiling window manager for Windows 10/11", "description": "FancyWM - a dynamic tiling window manager for Windows 10/11",
"homepage": "https://github.com/FancyWM/fancywm", "homepage": "https://github.com/FancyWM/fancywm",
"license": { "license": {
"identifier": "MIT", "identifier": "MIT",
"url": "https://opensource.org/license/MIT/" "url": "https://opensource.org/license/MIT/"
}, },
"url": "https://github.com/FancyWM/fancywm/releases/download/v2.11.3-rc/Release.zip", "architecture": {
"64bit": {
"url": "https://github.com/FancyWM/fancywm/releases/download/$version/FancyWM.Release.x64.zip",
"hash": "D9232EC8B20FA0EB0036650CD8B3FCCE59B65DA2B1D56C0BBAF207CCECFE9BE9"
}
},
"bin": "FancyWM.exe", "bin": "FancyWM.exe",
"shortcuts": [ "shortcuts": [
[ [
@ -18,9 +23,9 @@
"github": "https://github.com/FancyWM/fancywm" "github": "https://github.com/FancyWM/fancywm"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail-rc/Release.zip", "url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail/FancyWM.Release.x64.zip",
"hash": { "hash": {
"mode": "download" "url": "$url,sha256"
} }
} }
} }