Skip to content

Commit c4b319c

Browse files
committed
1 parent 72a75dc commit c4b319c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

automatic/clojure/clojure.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>1.11.1.1262</version>
25+
<version>1.11.1.1267</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/clojure</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/clojure/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url = 'https://download.clojure.org/install/clojure-tools-1.11.1.1262.zip'
6-
checksum = 'a444dfae0028e95a903ce68c7fce9188695ae36f662b69170def9a51333a0322'
5+
url = 'https://download.clojure.org/install/clojure-tools-1.11.1.1267.zip'
6+
checksum = 'd437e5e11e23376a8f64179d0cd604c3ef19f8b4d75752e3423765c4cd70d5aa'
77
checksumType = 'SHA256'
88
unzipLocation = $installDir
99
}

automatic/clojure/tools/chocolateyUninstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$installDir = Split-Path $MyInvocation.MyCommand.Definition
2-
$packageVersion = '1.11.1.1262'
2+
$packageVersion = '1.11.1.1267'
33

44
$uninstallArgs = @{
55
packageName = $env:ChocolateyPackageName

automatic/vultr-cli.portable/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
8-
url64 = 'https://github.com/vultr/vultr-cli/releases/download/v2.15.1/vultr-cli_2.15.1_windows_64-bit.zip'
8+
url64 = 'https://github.com/vultr/vultr-cli/releases/download/v2.16.2/vultr-cli_2.16.2_windows_64-bit.zip'
99

10-
checksum64 = 'cf76ab9b85858f564a71a6197f7d03342a62a434e37601f6278403b7d817ed8c'
10+
checksum64 = '562b447720012a4e24b95307dd5047f6fbb681bc1bc802d560b25d061826764c'
1111
checksumType64 = 'SHA256'
1212
}
1313

automatic/vultr-cli.portable/vultr-cli.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>2.15.1</version>
25+
<version>2.16.2</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/vultr-cli.portable</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

0 commit comments

Comments
 (0)