mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.0.28",
|
|
"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.28/coreutils-0.0.28-x86_64-pc-windows-msvc.zip",
|
|
"hash": "34faf03e8550b523ac74668ad65fb12730930c636370f828580309a426ba93e2",
|
|
"extract_dir": "coreutils-0.0.28-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.0.28/coreutils-0.0.28-i686-pc-windows-msvc.zip",
|
|
"hash": "a3ace2b9111f7c6add567a251f772d181eadc95830aad3bab566bed48c3723c1",
|
|
"extract_dir": "coreutils-0.0.28-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"
|
|
}
|
|
}
|
|
}
|
|
}
|