mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
jcli: Update to version 0.0.27 (#969)
This commit is contained in:
parent
79b60dcdbd
commit
29fc8645f9
@ -1,18 +1,33 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.26",
|
"version": "0.0.27",
|
||||||
"description": "Multiple Jenkins servers manager.",
|
"description": "Multiple Jenkins servers manager",
|
||||||
"homepage": "https://jenkins-zh.github.io/jcli-docs/",
|
"homepage": "https://jenkins-zh.github.io/jcli-docs/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.26/jcli-windows-386.tar.gz",
|
"architecture": {
|
||||||
"hash": "d97e9448e663c24e08789dc3b4ddcab6246c6f02c35ff9479b92f825e96c5ba3",
|
"64bit": {
|
||||||
|
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.27/jcli-windows-amd64.zip",
|
||||||
|
"hash": "80b228cbd5bdab2910337184b6516fafa3d14dd7a748e0dc91e17fcf9f06733f"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v0.0.27/jcli-windows-386.zip",
|
||||||
|
"hash": "542af60eab0019c0c39b81df9bbb4e85c74dd5b86f5262e7ba4b8ad9df6640c8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "jcli.exe",
|
"bin": "jcli.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/jenkins-zh/jenkins-cli"
|
"github": "https://github.com/jenkins-zh/jenkins-cli"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.tar.gz",
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-amd64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/jenkins-zh/jenkins-cli/releases/download/v$version/jcli-windows-386.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/jcli-windows-386.txt"
|
"url": "$baseurl/checksums.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user