mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
50 lines
2.1 KiB
JSON
50 lines
2.1 KiB
JSON
{
|
|
"version": "0.4.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.4.0/coreutils-0.4.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3d22d9371118f3f6b2dbbc98d21cbfee5d3a752732af5b1efb456c6410095cda",
|
|
"extract_dir": "coreutils-0.4.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-i686-pc-windows-msvc.zip",
|
|
"hash": "52fda51612b67da59b3d3e55988d38b8a7e3468950538af410aaa2662aff5ddf",
|
|
"extract_dir": "coreutils-0.4.0-i686-pc-windows-msvc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.4.0/coreutils-0.4.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "82b22fe1ca187d9aa136937aa52f2a485e40a98816f6fbecc6655199bf783198",
|
|
"extract_dir": "coreutils-0.4.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"
|
|
}
|
|
}
|
|
}
|
|
}
|