mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
sd: Add version 0.7.5 (#1437)
This commit is contained in:
parent
105eeeb7e8
commit
ce2224d5d0
24
bucket/sd.json
Normal file
24
bucket/sd.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user