sad: Add version 0.4.22 (#4111)

This commit is contained in:
Hsiao-nan Cheung 2022-11-10 21:27:04 +08:00 committed by GitHub
parent 1a138ef2bd
commit 0b625eceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/sad.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "0.4.22",
"description": "CLI search and replace | Space Age seD",
"homepage": "https://github.com/ms-jpq/sad",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ms-jpq/sad/releases/download/v0.4.22/x86_64-pc-windows-msvc.zip",
"hash": "5b4d0caff937dfab0ba95dbd88ccf949aef3306fd58be13811f41e8a0588bbcf"
},
"arm64": {
"url": "https://github.com/ms-jpq/sad/releases/download/v0.4.22/aarch64-pc-windows-msvc.zip",
"hash": "b5f42f91a159ddaba92c776fd69aefb275743918a0c016b70f05e4770bb91ab1"
}
},
"bin": "sad.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ms-jpq/sad/releases/download/v$version/x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/ms-jpq/sad/releases/download/v$version/aarch64-pc-windows-msvc.zip"
}
}
}
}