Skip to content

Commit 097940e

Browse files
author
Chocolatey
committed
1 parent 3f20b63 commit 097940e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jfrog-cli/jfrog-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>jfrog-cli</id>
6-
<version>1.36.0</version>
6+
<version>1.37.0</version>
77
<packageSourceUrl>https://github.com/jgeorgeson/chocolatey-packages</packageSourceUrl>
88
<title>JFrog CLI</title>
99
<authors>JFrog Ltd</authors>

jfrog-cli/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = 'jfrog-cli'
77
fileType = 'EXE'
8-
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.36.0/jfrog-cli-windows-amd64/jfrog.exe'
9-
checksum64 = 'd34a55cac8fea00eb2bf53cbf844a81b91c9cb59b40412ea43922e6bb15bc068'
8+
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.37.0/jfrog-cli-windows-amd64/jfrog.exe'
9+
checksum64 = '9b3f87883ef41d09f890dfc4c90fdf2dd102a84e1507e59704940d63159f6c0f'
1010
checksumType64 = 'sha256'
1111
silentArgs = ''
1212
validExitCodes = @(0)

0 commit comments

Comments
 (0)