Skip to content

Commit

Permalink
AU: 1 updated - vultr-cli.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed May 9, 2022
1 parent b754bf5 commit 8a751db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/vultr-cli.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url64 = 'https://github.com//vultr/vultr-cli/releases/download/v2.13.0/vultr-cli_2.13.0_windows_64-bit.zip'
url64 = 'https://github.com//vultr/vultr-cli/releases/download/v2.14.0/vultr-cli_2.14.0_windows_64-bit.zip'

checksum64 = 'd3075e2bcda2e7610560df209d4e7e17857f5784cff0938462cfcd5380923d90'
checksum64 = 'c19294f523707a0bb770dde68e10a2a5066879e094f80f95e860f8624f6d18a9'
checksumType64 = 'SHA256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vultr-cli.portable/vultr-cli.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>2.13.0</version>
<version>2.14.0</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/vultr-cli.portable</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down

0 comments on commit 8a751db

Please sign in to comment.