ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2023-09-03 16:26:25 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.21",
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
"homepage": "https://github.com/uutils/coreutils",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.21/coreutils-0.0.21-x86_64-pc-windows-msvc.zip",
"hash": "327c1d2cfc19f92e7f7183d1ca6f2585ccaf6b302e87325a6429812c05b9fbcd",
"extract_dir": "coreutils-0.0.21-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.21/coreutils-0.0.21-i686-pc-windows-msvc.zip",
"hash": "28b9041ac406cb36aa0f55dc58630dab1a308e293355e82c7e4e532d7a408008",
"extract_dir": "coreutils-0.0.21-i686-pc-windows-msvc"
}
},
"bin": [
"coreutils.exe",
[
"coreutils.exe",
"uutils"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-i686-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-i686-pc-windows-msvc"
}
}
}
}