Skip to content

Commit

Permalink
AU: 1 updated - jfrog-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 25, 2020
1 parent 04bfae1 commit 3f20b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jfrog-cli/jfrog-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jfrog-cli</id>
<version>1.35.5</version>
<version>1.36.0</version>
<packageSourceUrl>https://github.com/jgeorgeson/chocolatey-packages</packageSourceUrl>
<title>JFrog CLI</title>
<authors>JFrog Ltd</authors>
Expand Down
4 changes: 2 additions & 2 deletions jfrog-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'jfrog-cli'
fileType = 'EXE'
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.35.5/jfrog-cli-windows-amd64/jfrog.exe'
checksum64 = '8e0a0fa9235618ca129dd7341130a970905b763a88054a959bb4b4a86c5e04bf'
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.36.0/jfrog-cli-windows-amd64/jfrog.exe'
checksum64 = 'd34a55cac8fea00eb2bf53cbf844a81b91c9cb59b40412ea43922e6bb15bc068'
checksumType64 = 'sha256'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit 3f20b63

Please sign in to comment.