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 Aug 10, 2020
1 parent d9787b5 commit 8bbb9f6
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.38.3</version>
<version>1.38.4</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.38.3/jfrog-cli-windows-amd64/jfrog.exe'
checksum64 = '0f4916d05f04d2e19bb4227d7b0c8a4305c57e7d1f5ae6a4d711c10cce52fda8'
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.38.4/jfrog-cli-windows-amd64/jfrog.exe'
checksum64 = '476c18e8f7dd1109a50f19a4ce635fc12b2edc1a9ad09687034ddff8a5e9f6a1'
checksumType64 = 'sha256'
silentArgs = ''
validExitCodes = @(0)
Expand Down

0 comments on commit 8bbb9f6

Please sign in to comment.