File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments