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 8, 2022
1 parent ba60e9b commit 9956e97
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.1</version>
<version>0.42.2</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.1/multi-gitter_0.42.1_Windows_i386.tar.gz'
checksum = '573c1d2a70e4ca070a8ad96250072c7efd6a04d0bd5d8668e73db3f63caa839c'
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.2/multi-gitter_0.42.2_Windows_i386.tar.gz'
checksum = 'f733216c786ce2070b9f758e5869da1156bf652138a1c837e3e2485bca85fe71'
checksumType = 'sha256'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.1/multi-gitter_0.42.1_Windows_x86_64.tar.gz'
checksum64 = '2322852bed5e2f114e5ac46a045da24f030d72ef3fd10cfa325b80c3b51a2325'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.42.2/multi-gitter_0.42.2_Windows_x86_64.tar.gz'
checksum64 = 'f7addaa5ebdc4010a3ca9d4b5dcd1badfac5c59f2c5142e952cb8f5675fc5712'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 9956e97

Please sign in to comment.