2023-11-19 12:42:28 +01:00

24 lines
823 B
JSON

{
"version": "1.0.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.0.0/sd-v1.0.0-x86_64-pc-windows-msvc.zip",
"hash": "b7cc9937ebc1f736c87d5929b9ea2280053af10f8e320d9c20ca90c3af46a5d5",
"extract_dir": "sd-v1.0.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"
}
}
}
}