Skip to content

Commit dea0284

Browse files
committed
1 parent 7c42837 commit dea0284

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/hcloud.portable/hcloud.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>1.54.0</version>
24+
<version>1.55.0</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/hcloud.portable</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/hcloud.portable/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
8-
url = 'https://github.com/hetznercloud/cli/releases/download/v1.54.0/hcloud-windows-386.zip'
9-
url64 = 'https://github.com/hetznercloud/cli/releases/download/v1.54.0/hcloud-windows-amd64.zip'
8+
url = 'https://github.com/hetznercloud/cli/releases/download/v1.55.0/hcloud-windows-386.zip'
9+
url64 = 'https://github.com/hetznercloud/cli/releases/download/v1.55.0/hcloud-windows-amd64.zip'
1010

11-
checksum = '4571f11bfc9516bb31e4ecad40d9b5db8a033643f1e889325e15b118b719a2df'
11+
checksum = 'd6ce55557ba600607ff53c9a579dfc7527323f7e622a98cda8c36aebae57b63f'
1212
checksumType = 'SHA256'
13-
checksum64 = '4f11aa95dc03bcc7c42062b26006345aac4c76ee981752093c9700e84ba1c6d3'
13+
checksum64 = 'd3a9697de8c61ab51a52856c0f7e92ac5eb78815383e106a6abba9d9f6e4a636'
1414
checksumType64 = 'SHA256'
1515
}
1616

0 commit comments

Comments
 (0)