ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2023-07-14 20:25:58 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.20",
"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.20/coreutils-0.0.20-x86_64-pc-windows-msvc.zip",
"hash": "5d0462b4d7ceb174bd83207fdf8c2da8917e9f6903ea34c2eda850c2d28565a4",
"extract_dir": "coreutils-0.0.20-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.20/coreutils-0.0.20-i686-pc-windows-msvc.zip",
"hash": "bb807f68a09026c03ac8a119bbc0132d54c7ba99cabbc465c59a204f741668cd",
"extract_dir": "coreutils-0.0.20-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"
}
}
}
}