scooter: Add version 0.8.5 (#7657)

This commit is contained in:
jrdpastors 2026-02-20 22:08:49 +01:00 committed by GitHub
parent b866c250bf
commit f7dd5746a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
bucket/scooter.json Normal file
View File

@ -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"
}
}
}