ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2025-10-25 00:37:41 +00:00

50 lines
2.1 KiB
JSON

{
"version": "0.3.0",
"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.3.0/coreutils-0.3.0-x86_64-pc-windows-msvc.zip",
"hash": "bcb447c03bc8e15ae78a749586eddf238f4c6d9576c1b4de6b6077fa3bce2a4f",
"extract_dir": "coreutils-0.3.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-i686-pc-windows-msvc.zip",
"hash": "adb01ea026c46fc1e2d6d998047d980b63abf49b54f34de7c5fc94fc7611dfee",
"extract_dir": "coreutils-0.3.0-i686-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/uutils/coreutils/releases/download/0.3.0/coreutils-0.3.0-aarch64-pc-windows-msvc.zip",
"hash": "e3dadc0af59461b2da53a7d9b70c930009183963cfbf34b0d3b9f5c5451f7f0a",
"extract_dir": "coreutils-0.3.0-aarch64-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"
},
"arm64": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-aarch64-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-aarch64-pc-windows-msvc"
}
}
}
}