Skip to content

Commit 95e8851

Browse files
author
Chocolatey
committed
1 parent 99c3ad4 commit 95e8851

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.26.2</version>
6+
<version>1.26.3</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.26.2/jfrog-cli-windows-amd64/jfrog.exe'
9-
checksum64 = '91d19d1709ba0ee3bb267b09eedc1f577419fa4595689c924508073e89e46849'
8+
url64bit = 'https://dl.bintray.com/jfrog/jfrog-cli-go/1.26.3/jfrog-cli-windows-amd64/jfrog.exe'
9+
checksum64 = 'dbdb9039fb26aa0932990a811588bf0a00601dd792f47e5bb334983eaa15e030'
1010
checksumType64 = 'sha256'
1111
silentArgs = ''
1212
validExitCodes = @(0)

0 commit comments

Comments
 (0)