From f7dd5746a57bfc5105ddd4f7dcaca5cfb0d2379b Mon Sep 17 00:00:00 2001 From: jrdpastors Date: Fri, 20 Feb 2026 22:08:49 +0100 Subject: [PATCH] scooter: Add version 0.8.5 (#7657) --- bucket/scooter.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/scooter.json diff --git a/bucket/scooter.json b/bucket/scooter.json new file mode 100644 index 0000000000..4a21e4eb59 --- /dev/null +++ b/bucket/scooter.json @@ -0,0 +1,24 @@ +{ + "version": "0.8.5", + "description": "An interactive TUI tool for finding and replacing text.", + "homepage": "https://github.com/thomasschafer/scooter", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/thomasschafer/scooter/releases/download/v0.8.5/scooter-v0.8.5-x86_64-pc-windows-msvc.zip", + "hash": "9b49fb90cc49705a9d06a2b4277b85481e1b0dd3993809db03b82f75428815cf" + } + }, + "bin": "scooter.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/thomasschafer/scooter/releases/download/v$version/scooter-v$version-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}