Skip to content

Commit 4fbf0df

Browse files
feat: 🔼 Update chocolatey packages
1 parent 940048d commit 4fbf0df

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.41.0</version>
6+
<version>4.41.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_41_0_setup.exe'
9-
checksum = '657c64827bf10318ddfe1a2eed49bba352effdd0a969d37eeb97fe0d57eb7b3c'
8+
url = 'https://downloads.mirillis.com/files/action_4_41_1_setup.exe'
9+
checksum = ''
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.206</version>
6+
<version>2.1.213</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.206.exe'
10-
checksum = 'ee1fd341a1a7bba00c02086be3603f3ab79797665d3d07dc7422ab7d0a5cf80f'
9+
url = 'https://blitz-main.blitz.gg/Blitz-2.1.213.exe'
10+
checksum = '3e695fcdc97a8c0092cf2093f013f6fab57fb00db9e286f833c772e4cfa465f0'
1111
checksumType = 'sha256'
1212
silentArgs = '/S'
1313
}

‎packages/onefetch/onefetch.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<title>OneFetch</title>
55
<id>onefetch</id>
6-
<version>2.21.0</version>
6+
<version>2.22.0</version>
77
<authors>o2sh, contributors</authors>
88
<owners>Kamack38</owners>
99
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/onefetch</packageSourceUrl>

‎packages/onefetch/tools/chocolateyinstall.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
99
$packageArgs = @{
1010
packageName = $packageName
1111
fileType = 'exe'
12-
url = 'https://github.com/o2sh/onefetch/releases/download/2.21.0/onefetch-win.tar.gz'
13-
checksum = 'd6d1c85f74f0ab176f3fe0fd31920898a71b28a571e1f0cb8b235e3a33ed34c5'
12+
url = 'https://github.com/o2sh/onefetch/releases/download/2.22.0/onefetch-win.tar.gz'
13+
checksum = ''
1414
checksumType = 'sha256'
1515
unzipLocation = $toolsDir
1616
}
1.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)