ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2025-03-08 16:27:04 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.0.30",
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
"homepage": "https://uutils.github.io/coreutils/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.30/coreutils-0.0.30-x86_64-pc-windows-msvc.zip",
"hash": "3931f570ff2665db09b30614521712cc1d31426793e189a5db704d2c40599ba9",
"extract_dir": "coreutils-0.0.30-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.30/coreutils-0.0.30-i686-pc-windows-msvc.zip",
"hash": "8cfe11cd0cd043099ab4598d943f786a0b5727677d5f418f8525481ea3d26f10",
"extract_dir": "coreutils-0.0.30-i686-pc-windows-msvc"
}
},
"bin": [
"coreutils.exe",
[
"coreutils.exe",
"uutils"
]
],
"checkver": {
"github": "https://github.com/uutils/coreutils"
},
"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"
}
}
}
}