Skip to content

Commit cf2b122

Browse files
feat: 🔼 Update chocolatey packages
1 parent 58c6252 commit cf2b122

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.358</version>
6+
<version>2.1.359</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.358.exe'
10-
checksum = '42fa10e2b245186bcb5cfb73e3a71416e5114afdb9e64685d9d87becee704940'
9+
url = 'https://blitz-main.blitz.gg/Blitz-2.1.359.exe'
10+
checksum = 'dd1be240cb1d5ab415a2b56f2e6c0bebc86360345830f917576ff119e9c90c4d'
1111
checksumType = 'sha256'
1212
silentArgs = '/S'
1313
}

0 commit comments

Comments
 (0)