Skip to content

Commit bd13abc

Browse files
feat: 🔼 Update chocolatey packages
1 parent de6a47f commit bd13abc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎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.319</version>
6+
<version>2.1.321</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.319.exe'
10-
checksum = 'ae4c86d56c37cb9e6c86aa133f12225836a1370a5a13a2e222b210fcd5aeb466'
9+
url = 'https://blitz-main.blitz.gg/Blitz-2.1.321.exe'
10+
checksum = '2771a5749efe0e198c9ebdd73c9766c02a2c9cdad2659d55c1610d1b8b442dc7'
1111
checksumType = 'sha256'
1212
silentArgs = '/S'
1313
}

0 commit comments

Comments
 (0)