mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* AutoUpdate from 29 october 2021 Update version and hash for : - helix - k3d - kubefwd - lean-cli - lychee - micronaut - minio - mob - mutagen - naiveproxy - oh-my-posh3 - opa - s3deploy - scaleway-cli - telegraf - terragrunt - topgrade - zeebe * Update manifest with checkver without autoupdate #2845 apimtemplate: 0.7 (scoop version is 0.5) dhall: 1.40.1 (scoop version is 1.39.0) dnscrypt-proxy: 2.1.1 (scoop version is 2.1.0) fio: 3.27 (scoop version is 3.20) k0s: 1.22.2 (scoop version is 0.13.1) megatools: 1.10.3 (scoop version is 1.10.2) mockery: 2.9.4 (scoop version is 2.8.0) pngquant: 2.16.0 (scoop version is 2.15.1) rainbow: 1.1.0 (scoop version is 1.0.1) uutils-coreutils: 0.0.8 (scoop version is 0.0.6)
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|