{ "version": "0.0.8", "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.8/coreutils-0.0.8-x86_64-pc-windows-msvc.zip", "hash": "8783e2b412dde8d7818d620245be5f0e54051f10698bfe536fd6b2ee8dc46637", "extract_dir": "coreutils-0.0.8-x86_64-pc-windows-msvc" }, "32bit": { "url": "https://github.com/uutils/coreutils/releases/download/0.0.8/coreutils-0.0.8-i686-pc-windows-msvc.zip", "hash": "82dbea71c83087c1de01c4c7dbe1ca9f9829ef2c53f6af44e973748180bb9ce3", "extract_dir": "coreutils-0.0.8-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" } } } }