mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
24 lines
823 B
JSON
24 lines
823 B
JSON
{
|
|
"version": "1.1.0",
|
|
"description": "Intuitive find & replace CLI (sed alternative)",
|
|
"homepage": "https://github.com/chmln/sd",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/chmln/sd/releases/download/v1.1.0/sd-v1.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "59837c2e7c911099aca1cc46b663bcdc5a949fd3e9fbbaf34fc73e5d5d71007c",
|
|
"extract_dir": "sd-v1.1.0-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "sd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/chmln/sd/releases/download/v$version/sd-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "sd-v$version-x86_64-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|