2021-01-16 15:58:20 +01:00

24 lines
895 B
JSON

{
"version": "0.7.5",
"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/v0.7.5/sd.0.7.5-.x86_64-pc-windows-msvc.zip",
"hash": "b27672506f38c6a4bf6e26ec5ddcce8497c42eaeedbffd43a1de29e70e30f9ea",
"extract_dir": "b\\x86_64-pc-windows-msvc\\release"
}
},
"pre_install": "Remove-Item \"$dir\\build\", \"$dir\\b\", \"$dir\\sd.pdb\" -Force -Recurse",
"bin": "sd.exe",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/chmln/sd/releases/download/v$version/sd.$version-.x86_64-pc-windows-msvc.zip",
"extract_dir": "b\\x86_64-pc-windows-msvc\\release"
}
}
}
}