ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2022-05-22 20:27:58 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.14",
"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.14/coreutils-0.0.14-x86_64-pc-windows-msvc.zip",
"hash": "16ace295859d56bac9bada8856b9900b20f5e94ce7c4728155c3c4365e926084",
"extract_dir": "coreutils-0.0.14-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.14/coreutils-0.0.14-i686-pc-windows-msvc.zip",
"hash": "4407e922b021fc014e92550242a0fb97a06333b89b2472ba8377b216986575f5",
"extract_dir": "coreutils-0.0.14-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"
}
}
}
}