ScoopInstaller_Main/bucket/uutils-coreutils.json
Issac Lin 88583b1944
uutils-coreutils: Add version 0.0.2 (#842)
* uutils-coreutils-gnu, uutils-coreutils-msvc: Add version 0.0.2
* Rename uutils-coreutils-msvc.json to uutils-coreutils.json
* Delete uutils-coreutils-gnu.json
2020-03-03 15:16:46 +01:00

35 lines
1.5 KiB
JSON

{
"version": "0.0.2",
"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.2/uutils-0.0.2-x86_64-pc-windows-msvc.zip",
"hash": "814772699d18f9615b66602105372f1f5f003f44b59f2154d9c45f2d52f82c6b",
"extract_dir": "uutils-0.0.2-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/rivy/rust.coreutils/releases/download/0.0.2/uutils-0.0.2-i686-pc-windows-msvc.zip",
"hash": "95d06feaf8f3a71a5fca8e9476e651733eff078c47b264d365e6f0075d5bab1f",
"extract_dir": "uutils-0.0.2-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"
}
}
}
}