mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"version": "0.0.3",
|
|
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
|
|
"homepage": "https://github.com/uutils/coreutils",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ab4a80df9c2046ff578b5bdb8e61d4e4ed4dc9684f583dbdce60d9fe5900dea6",
|
|
"extract_dir": "uutils-0.0.3-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.3/uutils-0.0.3-i686-pc-windows-msvc.zip",
|
|
"hash": "8beef7663a0ae2d8823d33467cb597021e2969b417fdf82006e2eec07ea0fb2e",
|
|
"extract_dir": "uutils-0.0.3-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "uutils.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rivy/rust.coreutils"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rivy/rust.coreutils/releases/download/$version/uutils-$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "uutils-$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rivy/rust.coreutils/releases/download/$version/uutils-$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "uutils-$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|