ScoopInstaller_Main/bucket/uutils-coreutils-lean.json
2023-01-21 16:29:13 +00:00

39 lines
1.5 KiB
JSON

{
"version": "0.0.17",
"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.17/coreutils-0.0.17-x86_64-pc-windows-msvc.zip",
"hash": "01c591bde3ae3208985cdad7cb168c521792c3901ada8406dac21b47d4d73f27",
"extract_dir": "coreutils-0.0.17-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/0.0.17/coreutils-0.0.17-i686-pc-windows-msvc.zip",
"hash": "b7b7a4348fa73cf6b1978cd34e89c1673e43325955ceac636bea11e6b1dc1a03",
"extract_dir": "coreutils-0.0.17-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"
}
}
}
}