Skip to content

Commit dc2dd34

Browse files
feat: 🔼 Update chocolatey packages
1 parent 77fb243 commit dc2dd34

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎packages/action/action.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<title>Action!</title>
55
<id>action</id>
6-
<version>4.43.0</version>
6+
<version>4.43.1</version>
77
<authors>Mirillis</authors>
88
<owners>Kamack38</owners>
99
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/action</packageSourceUrl>

‎packages/action/tools/chocolateyinstall.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
55
$packageArgs = @{
66
packageName = $packageName
77
fileType = 'exe'
8-
url = 'https://downloads.mirillis.com/files/action_4_43_0_setup.exe'
9-
checksum = '89446bdfae9b8ba0d587a8e1ae571ce31221d47b282064cfc4f7456ee6b9cb21'
8+
url = 'https://downloads.mirillis.com/files/action_4_43_1_setup.exe'
9+
checksum = '0f3a8e8955a459a5c21a889cc2bc156ae6c4c8ad8ecd36ff64b870690f065348'
1010
checksumType = 'sha256'
1111
silentArgs = '/S'
1212
validExitCodes = @(0)

‎packages/blitz.gg/blitz.gg.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<title>Blitz.gg</title>
55
<id>blitz.gg</id>
6-
<version>2.1.222</version>
6+
<version>2.1.223</version>
77
<authors>Blitz Inc.</authors>
88
<owners>Kamack38</owners>
99
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/blitz.gg</packageSourceUrl>

‎packages/blitz.gg/tools/chocolateyinstall.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66
$packageArgs = @{
77
packageName = $packageName
88
fileType = 'exe'
9-
url = 'https://blitz-main.blitz.gg/Blitz-2.1.222.exe'
10-
checksum = '170e491fc4525903110fcb43f5892b117f21fd77f1f30ffa16c945a149aa76e1'
9+
url = 'https://blitz-main.blitz.gg/Blitz-2.1.223.exe'
10+
checksum = '2e40521da30fac7d164431ba8ff3528cf2ca963fa7e3fac372504dc879708166'
1111
checksumType = 'sha256'
1212
silentArgs = '/S'
1313
}

0 commit comments

Comments
 (0)