Skip to content

Commit

Permalink
feat: 🔼 Update chocolatey packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 940048d commit 4fbf0df
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/action/action.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<title>Action!</title>
<id>action</id>
<version>4.41.0</version>
<version>4.41.1</version>
<authors>Mirillis</authors>
<owners>Kamack38</owners>
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/action</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions packages/action/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://downloads.mirillis.com/files/action_4_41_0_setup.exe'
checksum = '657c64827bf10318ddfe1a2eed49bba352effdd0a969d37eeb97fe0d57eb7b3c'
url = 'https://downloads.mirillis.com/files/action_4_41_1_setup.exe'
checksum = ''
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion packages/blitz.gg/blitz.gg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<title>Blitz.gg</title>
<id>blitz.gg</id>
<version>2.1.206</version>
<version>2.1.213</version>
<authors>Blitz Inc.</authors>
<owners>Kamack38</owners>
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/blitz.gg</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions packages/blitz.gg/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://blitz-main.blitz.gg/Blitz-2.1.206.exe'
checksum = 'ee1fd341a1a7bba00c02086be3603f3ab79797665d3d07dc7422ab7d0a5cf80f'
url = 'https://blitz-main.blitz.gg/Blitz-2.1.213.exe'
checksum = '3e695fcdc97a8c0092cf2093f013f6fab57fb00db9e286f833c772e4cfa465f0'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down
2 changes: 1 addition & 1 deletion packages/onefetch/onefetch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<title>OneFetch</title>
<id>onefetch</id>
<version>2.21.0</version>
<version>2.22.0</version>
<authors>o2sh, contributors</authors>
<owners>Kamack38</owners>
<packageSourceUrl>https://github.com/kamack38/packages/tree/main/packages/onefetch</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions packages/onefetch/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://github.com/o2sh/onefetch/releases/download/2.21.0/onefetch-win.tar.gz'
checksum = 'd6d1c85f74f0ab176f3fe0fd31920898a71b28a571e1f0cb8b235e3a33ed34c5'
url = 'https://github.com/o2sh/onefetch/releases/download/2.22.0/onefetch-win.tar.gz'
checksum = ''
checksumType = 'sha256'
unzipLocation = $toolsDir
}
Expand Down
Binary file modified packages/onefetch/tools/onefetch-win.tar
Binary file not shown.

0 comments on commit 4fbf0df

Please sign in to comment.