From a21738f29d15f581204555e57d8fded4af8c3d44 Mon Sep 17 00:00:00 2001 From: kb01 Date: Fri, 5 Apr 2024 15:00:46 +0200 Subject: [PATCH] Added fancywm 2.11.3-rc from https://github.com/longthp/scoop-bucket --- bucket/fancywm.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/fancywm.json diff --git a/bucket/fancywm.json b/bucket/fancywm.json new file mode 100644 index 0000000..3dad85a --- /dev/null +++ b/bucket/fancywm.json @@ -0,0 +1,26 @@ +{ + "version": "v2.11.3-rc", + "description": "FancyWM - a dynamic tiling window manager for Windows 10/11", + "homepage": "https://github.com/FancyWM/fancywm", + "license": { + "identifier": "MIT", + "url": "https://opensource.org/license/MIT/" + }, + "url": "https://github.com/FancyWM/fancywm/releases/download/v2.11.3-rc/Release.zip", + "bin": "FancyWM.exe", + "shortcuts": [ + [ + "FancyWM.exe", + "FancyWM" + ] + ], + "checkver": { + "github": "https://github.com/FancyWM/fancywm" + }, + "autoupdate": { + "url": "https://github.com/FancyWM/fancywm/releases/download/v$matchTail-rc/Release.zip", + "hash": { + "mode": "download" + } + } +}