Skip to content

Commit 1f616dd

Browse files
committed
1 parent ac5f6d3 commit 1f616dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

automatic/dapr.install/dapr.install.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>dapr.install</id>
5-
<version>1.16.2</version>
5+
<version>1.16.3</version>
66
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/dapr.install</packageSourceUrl>
77
<owners>mikeee</owners>
88
<title>Dapr CLI (Install)</title>

automatic/dapr.install/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $packageArgs = @{
33
packageName = $env:ChocolateyPackageName
44
unzipLocation = $root
55
fileType = 'msi'
6-
url64 = 'https://github.com/dapr/cli/releases/download/v1.16.2/dapr.msi'
7-
checksum64 = '4784ac5148b2085e0112873e96776ed6a12054c500054ed7a02e380cc8559d5b'
6+
url64 = 'https://github.com/dapr/cli/releases/download/v1.16.3/dapr.msi'
7+
checksum64 = '809db9f768f8c91e583a1032933030d6350c5f42ab911297ff9351570e754bf8'
88
checksumType64= 'SHA256'
99

1010
silentArgs = '/qn /norestart'

automatic/dapr.portable/dapr.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>dapr.portable</id>
5-
<version>1.16.2</version>
5+
<version>1.16.3</version>
66
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/dapr.portable</packageSourceUrl>
77
<owners>mikeee</owners>
88
<title>Dapr CLI (Portable)</title>

automatic/dapr.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/dapr/cli/releases/download/v1.16.2/dapr_windows_amd64.zip'
8+
url64 = 'https://github.com/dapr/cli/releases/download/v1.16.3/dapr_windows_amd64.zip'
99

10-
checksum64 = '02880c99e1a20904dccd69c53ed29fed36c1927c5133590849be42cd35662edc'
10+
checksum64 = 'edc33c08dd865505b4cefe73535c58f539c6e28b92a9707107be67cdacda26c5'
1111
checksumType64 = 'SHA256'
1212
}
1313

0 commit comments

Comments
 (0)