mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 12:54:39 +00:00
50 lines
2.1 KiB
JSON
50 lines
2.1 KiB
JSON
{
|
|
"version": "0.6.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.6.0/coreutils-0.6.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f223058a51e8a2a4b92d9f1a1b2954f7a02b6d0f42e4a7e0413fcdb93be2e287",
|
|
"extract_dir": "coreutils-0.6.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-i686-pc-windows-msvc.zip",
|
|
"hash": "4b95738775de79250af2ce4f1ca2ed88a31b37910b87b2b6f9f317755c9c1240",
|
|
"extract_dir": "coreutils-0.6.0-i686-pc-windows-msvc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.6.0/coreutils-0.6.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "7183bd5aff648b76517182e50d94819efdaede637650f5b9ad9117c171c4eebf",
|
|
"extract_dir": "coreutils-0.6.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"
|
|
}
|
|
}
|
|
}
|
|
}
|