Skip to content

Commit

Permalink
AU: 1 updated - multi-gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 6, 2022
1 parent 32df6c7 commit 9d5a15f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/multi-gitter/multi-gitter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>multi-gitter</id>
<version>0.41.0</version>
<version>0.42.0</version>
<packageSourceUrl>https://github.com/Sam13/chocolatey-packages/tree/master/automatic/multi-gitter</packageSourceUrl>
<owners>HarryH</owners>
<title>Multi Gitter</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/multi-gitter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ New-Item -ItemType Directory -Path $tempDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $tempDir
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.41.0/multi-gitter_0.41.0_Windows_i386.tar.gz'
checksum = '9a1ded0e16b2bdda6f1d7a9345c1f5c11d6be439c520d261df51d3e87a749825'
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.0/multi-gitter_0.42.0_Windows_i386.tar.gz'
checksum = '74c7dfc234d67d47cb1f7e78108bbd516135306369fcc397223278f6608d8404'
checksumType = 'sha256'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.41.0/multi-gitter_0.41.0_Windows_x86_64.tar.gz'
checksum64 = 'ce757689e15b7a47335a1715374ceeee89ffa98c0954a72af230f8b09d67e037'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.0/multi-gitter_0.42.0_Windows_x86_64.tar.gz'
checksum64 = 'c47fbf0a69c12f2ef171d7cfb7b3dfcb8e3f0f04ad240869ca4e49aa7f5bbb32'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 9d5a15f

Please sign in to comment.