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 Aug 6, 2022
1 parent 4083191 commit ba60e9b
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.42.0</version>
<version>0.42.1</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.42.0/multi-gitter_0.42.0_Windows_i386.tar.gz'
checksum = '74c7dfc234d67d47cb1f7e78108bbd516135306369fcc397223278f6608d8404'
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.1/multi-gitter_0.42.1_Windows_i386.tar.gz'
checksum = '573c1d2a70e4ca070a8ad96250072c7efd6a04d0bd5d8668e73db3f63caa839c'
checksumType = 'sha256'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.0/multi-gitter_0.42.0_Windows_x86_64.tar.gz'
checksum64 = 'c47fbf0a69c12f2ef171d7cfb7b3dfcb8e3f0f04ad240869ca4e49aa7f5bbb32'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.1/multi-gitter_0.42.1_Windows_x86_64.tar.gz'
checksum64 = '2322852bed5e2f114e5ac46a045da24f030d72ef3fd10cfa325b80c3b51a2325'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit ba60e9b

Please sign in to comment.