ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2023-06-04 20:23:50 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.19",
"description": "Rust implementation of GNU coreutils (binaries compiled with MSVC)",
"homepage": "https://github.com/uutils/coreutils",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.19/coreutils-0.0.19-x86_64-pc-windows-msvc.zip",
"hash": "faf84690bf0342e2fd5ff4f47366b6a5fe37bccba06fefc623a50e1afe7852c5",
"extract_dir": "coreutils-0.0.19-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.19/coreutils-0.0.19-i686-pc-windows-msvc.zip",
"hash": "60d36d1e11fc6e26c772fed0a89c6405d5953a617bfff8dfcbf61c4cce16e1f5",
"extract_dir": "coreutils-0.0.19-i686-pc-windows-msvc"
}
},
"bin": [
"coreutils.exe",
[
"coreutils.exe",
"uutils"
]
],
"checkver": "github",
"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"
}
}
}
}