ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
artiga033 e985f9c86a
uutils-coreutils(-lean)@0.1.0: Add arm64 architecture (#6992)
* uutils-coreutils: add arm64 architecture

* fix lineendings
2025-07-26 23:12:34 +08:00

50 lines
2.1 KiB
JSON

{
"version": "0.1.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.1.0/coreutils-0.1.0-x86_64-pc-windows-msvc.zip",
"hash": "4ff3c7e5149ade20a342487d1c09cc6cc63599af6dfb28d2558b925780a72d82",
"extract_dir": "coreutils-0.1.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-i686-pc-windows-msvc.zip",
"hash": "36efc2d9295fff72bab4f8b87963a4ee8c0d83d008f145a273fab967aa6d6aae",
"extract_dir": "coreutils-0.1.0-i686-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/uutils/coreutils/releases/download/0.1.0/coreutils-0.1.0-aarch64-pc-windows-msvc.zip",
"hash": "9faa0ec0f3df47cafa0a09fcead46da28e2640b5fe1316ad9cb7e11f19050bd4",
"extract_dir": "coreutils-0.1.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"
}
}
}
}