From 55b93948a8d5874e5e18da10045b33a4c30031ee Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 11 Jan 2026 14:45:00 +0800 Subject: [PATCH] warpd: Add version 1.3.7 --- bucket/warpd.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/warpd.json diff --git a/bucket/warpd.json b/bucket/warpd.json new file mode 100644 index 00000000000000..c85c2766a72382 --- /dev/null +++ b/bucket/warpd.json @@ -0,0 +1,19 @@ +{ + "version": "1.3.7", + "description": "A modal keyboard-driven virtual pointer.", + "homepage": "https://github.com/rvaiya/warpd", + "license": "MIT", + "url": "https://github.com/rvaiya/warpd/releases/download/v1.3.7-windows-alpha/warpd.exe", + "hash": "4616528c66aee38364301c05d08f755976f7e180089f26e876654d2f34c4e12b", + "bin": "warpd.exe", + "shortcuts": [ + [ + "warpd.exe", + "warpd" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/rvaiya/warpd/releases/download/v$version-windows-alpha/warpd.exe" + } +}