Skip to content

Commit

Permalink
AU: 1 updated - meld
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 13, 2021
1 parent d91fff9 commit 65a15cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/meld/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://meldmerge.org/>
and can be verified by doing the following:

1. Download the following <https://download.gnome.org/binaries/win32/meld/3.20/Meld-3.20.2-mingw.msi>
1. Download the following <https://download.gnome.org/binaries/win32/meld/3.20/Meld-3.20.3-mingw.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 1C26E202D222FE5E9E1D035C3AF69D07B5387C7F159F1841E4427DA58B2B4499
checksum: 093B014E542F9E80237A8BAE8C8FE7C9D0F9FDD66FFA5C35BE798742A72A2D33

The file 'LICENSE.txt' has been obtained from <https://gitlab.gnome.org/GNOME/meld/raw/master/COPYING>
2 changes: 1 addition & 1 deletion automatic/meld/meld.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "3.20.2",
"latest": "3.20.3",
"3.18": "3.18.3"
}
4 changes: 2 additions & 2 deletions automatic/meld/meld.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>meld</id>
<version>3.20.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/meld</packageSourceUrl>
<version>3.20.3</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/meld</packageSourceUrl>
<owners>AdmiringWorm, dtgm</owners>
<title>Meld</title>
<authors>Kai Willadsen</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/meld/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\Meld-3.20.2-mingw.msi"
file = "$toolsPath\Meld-3.20.3-mingw.msi"
softwareName = 'Meld'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 65a15cc

Please sign in to comment.