From 905211377dbebe5c78893443810e25a2d7fa1015 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 9 Mar 2020 20:14:14 +0000 Subject: [PATCH] AU: 1 updated - veusz [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/2c208dbb316933cae32da478062ffb46c9e00064 --- automatic/veusz/legal/VERIFICATION.txt | 4 ++-- automatic/veusz/tools/chocolateyinstall.ps1 | 2 +- automatic/veusz/veusz.nuspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/veusz/legal/VERIFICATION.txt b/automatic/veusz/legal/VERIFICATION.txt index b0199778b..b66990d19 100644 --- a/automatic/veusz/legal/VERIFICATION.txt +++ b/automatic/veusz/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: B91CA4DE46E71ED61D4E22DD96250A4B7DCB08AEF872B91E0BC4C44F6EB62F91 + checksum32: D23A2EAFA24F022472C49DEA81958BCFF983E34E39669B582412F8641980A498 File 'LICENSE.txt' is obtained from diff --git a/automatic/veusz/tools/chocolateyinstall.ps1 b/automatic/veusz/tools/chocolateyinstall.ps1 index 77ec09634..8c25976b0 100644 --- a/automatic/veusz/tools/chocolateyinstall.ps1 +++ b/automatic/veusz/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\veusz-3.1-windows-setup.exe" + file = "$toolsDir\veusz-3.2.0.1-windows-setup.exe" softwareName = 'veusz*' silentArgs = "/S" validExitCodes= @(0) diff --git a/automatic/veusz/veusz.nuspec b/automatic/veusz/veusz.nuspec index e561a3b08..e4352e09f 100644 --- a/automatic/veusz/veusz.nuspec +++ b/automatic/veusz/veusz.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.1 + 3.2.0.1 Maurice Kevenaar