Updated FancyWM to v2.11.6
This commit is contained in:
parent
50b706e7ea
commit
838b6a238d
1 changed files with 28 additions and 28 deletions
|
@ -1,31 +1,31 @@
|
||||||
{
|
{
|
||||||
"version": "v2.11.5",
|
"version": "2.11.6",
|
||||||
"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/"
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/FancyWM/fancywm/releases/download/v2.11.5/FancyWM.Release.x64.zip",
|
"url": "https://github.com/FancyWM/fancywm/releases/download/v2.11.6/FancyWM.Release.x64.zip",
|
||||||
"hash": "D9232EC8B20FA0EB0036650CD8B3FCCE59B65DA2B1D56C0BBAF207CCECFE9BE9"
|
"hash": "69c71b0ac977eecf6859b2c8aa0853d0e985c0f1e904fd3e2f51c5c1edbd6a5e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "FancyWM.exe",
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"FancyWM.exe",
|
||||||
|
"FancyWM"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/FancyWM/fancywm"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/FancyWM/fancywm/releases/download/v$version/FancyWM.Release.x64.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256sum"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"bin": "FancyWM.exe",
|
|
||||||
"shortcuts": [
|
|
||||||
[
|
|
||||||
"FancyWM.exe",
|
|
||||||
"FancyWM"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"checkver": {
|
|
||||||
"github": "https://github.com/FancyWM/fancywm"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
|
||||||
"url": "https://github.com/FancyWM/fancywm/releases/download/v$version/FancyWM.Release.x64.zip",
|
|
||||||
"hash": {
|
|
||||||
"url": "$url.sha256sum"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue