mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
||
"version": "0.1.7340",
|
||
"description": "Set of CircleCI’s advanced and powerful tools.",
|
||
"homepage": "https://circleci-public.github.io/circleci-cli/",
|
||
"license": "MIT",
|
||
"architecture": {
|
||
"64bit": {
|
||
"url": "https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.7340/circleci-cli_0.1.7340_windows_amd64.zip",
|
||
"hash": "3beb5306dace70706d3e0ceacbe96f72307a71e9e7cd1842fee4eb822c0c5e63",
|
||
"extract_dir": "circleci-cli_0.1.7340_windows_amd64"
|
||
}
|
||
},
|
||
"bin": "circleci.exe",
|
||
"checkver": {
|
||
"github": "https://github.com/CircleCI-Public/circleci-cli"
|
||
},
|
||
"autoupdate": {
|
||
"architecture": {
|
||
"64bit": {
|
||
"url": "https://github.com/CircleCI-Public/circleci-cli/releases/download/v$version/circleci-cli_$version_windows_amd64.zip",
|
||
"extract_dir": "circleci-cli_$version_windows_amd64"
|
||
}
|
||
},
|
||
"hash": {
|
||
"url": "$baseurl/circleci-cli_$version_checksums.txt"
|
||
}
|
||
}
|
||
}
|