diff --git a/bucket/sd.json b/bucket/sd.json new file mode 100644 index 0000000000..62facfe660 --- /dev/null +++ b/bucket/sd.json @@ -0,0 +1,24 @@ +{ + "homepage": "https://github.com/chmln/sd", + "description": "Intuitive find & replace CLI (sed alternative)", + "license": "MIT", + "version": "0.7.5", + "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", + "checkver": "github", + "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" + } + } + } +}