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 Feb 8, 2022
1 parent b21801d commit 67aa3cf
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.39.0</version>
<version>0.40.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.39.0/multi-gitter_0.39.0_Windows_i386.tar.gz'
checksum = '8aefcb580c870f3dc920a75c5777fe0b2d3a77c50875b31fb7846bdbdeb4a795'
url = 'https://github.com/lindell/multi-gitter/releases/download/v0.40.0/multi-gitter_0.40.0_Windows_i386.tar.gz'
checksum = '94d06d0bc08c8beac701c9c2fa6983670f8c613335e9d8de460fae6a10bcc434'
checksumType = 'sha256'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.39.0/multi-gitter_0.39.0_Windows_x86_64.tar.gz'
checksum64 = '1fce95ae768f1fbfab3f7aef81eba8bb0f0f067c9485b81bda0da3245158b72f'
url64 = 'https://github.com/lindell/multi-gitter/releases/download/v0.40.0/multi-gitter_0.40.0_Windows_x86_64.tar.gz'
checksum64 = '7690873f25c11f9a2b40f8b1ee3d71c2e9ca1fe26ed11c3ca092c176d3ce1a6f'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit 67aa3cf

Please sign in to comment.