From ce2224d5d06fd5fa0776b1ea33d7e8c132742e3f Mon Sep 17 00:00:00 2001 From: frifix Date: Sun, 27 Sep 2020 15:47:41 +0200 Subject: [PATCH] sd: Add version 0.7.5 (#1437) --- bucket/sd.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/sd.json 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" + } + } + } +}