From cd876961a9b507a550dd52dc8c4ae45d0c3c0505 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 17 May 2026 19:13:54 +0800 Subject: [PATCH] input-leap: Add version 3.0.3 --- bucket/input-leap.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/input-leap.json diff --git a/bucket/input-leap.json b/bucket/input-leap.json new file mode 100644 index 00000000000000..942dbfa188f882 --- /dev/null +++ b/bucket/input-leap.json @@ -0,0 +1,32 @@ +{ + "version": "3.0.3", + "description": "Open-source KVM software.", + "homepage": "https://github.com/input-leap/input-leap", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/input-leap/input-leap/releases/download/v3.0.3/windows-2022-Debug-v3.0.3.tar.gz", + "hash": "07779f5465ad631ed52b86156ee80337a0c9514590626f18d98eeb0237c84b1e" + } + }, + "installer": { + "script": [ + "Expand-Archive -Path \"$dir\\windows-2022-Debug\\Debug.zip\" -DestinationPath \"$dir\" -Force", + "Remove-Item -Recurse -Force \"$dir\\windows-2022-Debug\"" + ] + }, + "bin": [ + "input-leap.exe", + "input-leapc.exe", + "input-leapd.exe", + "input-leaps.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/input-leap/input-leap/releases/download/v$version/windows-2022-Debug-v$version.tar.gz" + } + } + } +}