jfrog: Update to version 2.1.1

This commit is contained in:
Jakub Čábera 2021-08-08 10:51:41 -07:00
parent 3b6e738167
commit 5c4ec2c726
3 changed files with 5 additions and 25 deletions

View File

@ -1,12 +1,12 @@
{
"version": "1.50.1",
"version": "2.1.1",
"description": "Command line interface for Artifactory and Bintray",
"homepage": "https://jfrog.com/getcli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v1/1.50.1/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "8e5d66662e91ab57af72e4b51dbab12fba7cf45606a2d4a4c7ef4f53ecfb116a"
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.1.1/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "ab5498dfa4fee75ccda25c664e54e95c5ca857a73fd0623b4cf098302f826562"
}
},
"bin": "jfrog.exe",
@ -16,7 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v1/$version/jfrog-cli-windows-amd64/jfrog.exe"
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v$majorVersion/$version/jfrog-cli-windows-amd64/jfrog.exe"
}
},
"hash": {

View File

@ -13,15 +13,5 @@
"checkver": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases",
"regex": "kustomize/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v$version/kustomize_v$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}

View File

@ -10,15 +10,5 @@
}
},
"bin": "mockery.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksum.txt"
}
}
"checkver": "github"
}