mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.0.27",
|
|
"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.27/coreutils-0.0.27-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5f57dab1e1016505cd3de25632126a7495412d2f314b2bba0c94cccf9561b2a4",
|
|
"extract_dir": "coreutils-0.0.27-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/uutils/coreutils/releases/download/0.0.27/coreutils-0.0.27-i686-pc-windows-msvc.zip",
|
|
"hash": "8a89edc3bb14a5da86f44639c28d8f6b6384d8ff28f87090d6d6e379354ac4b6",
|
|
"extract_dir": "coreutils-0.0.27-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"
|
|
}
|
|
}
|
|
}
|
|
}
|