Skip to content

Commit fbf7ac1

Browse files
feat: 🔼 Update chocolatey packages
1 parent 11398e9 commit fbf7ac1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.406</version>
6+
<version>2.1.408</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.406.exe'
10-
checksum = '239e878c20e16360b137cb37984005121484ebc4b18b73dc7370f98264c85b1c'
9+
url = 'https://blitz-main.blitz.gg/Blitz-2.1.408.exe'
10+
checksum = '62136f2ed8dd722e40f8b9c322c9a45e9ccea566a06491181a2a406a8e8a257e'
1111
checksumType = 'sha256'
1212
silentArgs = '/S'
1313
}

‎packages/rustic/rustic.nuspec‎

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

‎packages/rustic/tools/chocolateyinstall.ps1‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ $packageArgs = @{
99
packageName = $packageName
1010
fileType = 'exe'
1111
fileType64 = 'exe'
12-
url = 'https://github.com/rustic-rs/rustic/releases/download/v0.9.5/rustic-v0.9.5-x86_64-pc-windows-msvc.tar.gz'
13-
url64bit = 'https://github.com/rustic-rs/rustic/releases/download/v0.9.5/rustic-v0.9.5-x86_64-pc-windows-msvc.tar.gz'
14-
checksum = '6375f08d08e14a2fe9848614aa34eadc92d56bb757bb66c7c60b6a7bba6902e7'
15-
checksum64 = '6375f08d08e14a2fe9848614aa34eadc92d56bb757bb66c7c60b6a7bba6902e7'
12+
url = 'https://github.com/rustic-rs/rustic/releases/download/v0.10.0/rustic-v0.10.0-x86_64-pc-windows-msvc.tar.gz'
13+
url64bit = 'https://github.com/rustic-rs/rustic/releases/download/v0.10.0/rustic-v0.10.0-x86_64-pc-windows-msvc.tar.gz'
14+
checksum = '95262fa775c14556c5f63b4b6d0b99113c54b0504ab067b4227ff51236d7d8cb'
15+
checksum64 = '95262fa775c14556c5f63b4b6d0b99113c54b0504ab067b4227ff51236d7d8cb'
1616
checksumType = 'sha256'
1717
checksumType64 = 'sha256'
1818
fileFullPath = (Join-Path $toolsDir 'rustic.exe')

0 commit comments

Comments
 (0)