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 Jan 22, 2022
1 parent b71284d commit 1569b8a
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.38.2</version>
<version>0.38.3</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.38.2/multi-gitter_0.38.2_Windows_i386.tar.gz'
checksum = '24bd41f993341c75e70729d11e570e1c74858801d704baed34ae82a67fd8dac1'
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.38.3/multi-gitter_0.38.3_Windows_i386.tar.gz'
checksum = '6edbce5af9be2fd1d4159f516c9c16e1c0d9ab98df47ba6862e0096bb7dc934d'
checksumType = 'sha256'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.38.2/multi-gitter_0.38.2_Windows_x86_64.tar.gz'
checksum64 = '853f5bc8d1a98f4893fb4209d0765b1de771bfa7955b8b6a5756968ba7615e5f'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.38.3/multi-gitter_0.38.3_Windows_x86_64.tar.gz'
checksum64 = '9f1cd30cb2f1ef229c57b027bf6fc2edd19a4558db858b346882255fe7e5aac4'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 1569b8a

Please sign in to comment.