diff --git a/automatic/nsis.install/legal/VERIFICATION.txt b/automatic/nsis.install/legal/VERIFICATION.txt index 1b21ee9e6..391067b32 100644 --- a/automatic/nsis.install/legal/VERIFICATION.txt +++ b/automatic/nsis.install/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: B06AAFCC8F06C504FA15F2994A85086E7CDAE4B786CE52CE9D812DC1EFEAC2F9 + checksum32: 4313D352E0DAFD1F22B6517126A655CAE3B444FA758D2845EDDFBE72F24F7BDD File 'LICENSE.txt' is obtained from diff --git a/automatic/nsis.install/nsis.install.nuspec b/automatic/nsis.install/nsis.install.nuspec index 8307ee9f3..18e04781a 100644 --- a/automatic/nsis.install/nsis.install.nuspec +++ b/automatic/nsis.install/nsis.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.09 + 3.10 Maurice Kevenaar diff --git a/automatic/nsis.install/tools/chocolateyInstall.ps1 b/automatic/nsis.install/tools/chocolateyInstall.ps1 index e2e838e53..f00e74ea8 100644 --- a/automatic/nsis.install/tools/chocolateyInstall.ps1 +++ b/automatic/nsis.install/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definitio $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsDir\nsis-3.09-setup.exe" + file = "$toolsDir\nsis-3.10-setup.exe" fileType = 'exe' softwareName = 'Nullsoft Install System*' silentArgs = '/S' diff --git a/automatic/nsis.portable/legal/VERIFICATION.txt b/automatic/nsis.portable/legal/VERIFICATION.txt index 54e8de20d..3ee71e79e 100644 --- a/automatic/nsis.portable/legal/VERIFICATION.txt +++ b/automatic/nsis.portable/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: F5DC52EEF1F3884230520199BAC6F36B82D643D86B003CE51BD24B05C6BA7C91 + checksum32: FCDCE3229717A2A148E7CDA0AB5BDB667F39D8FB33EDE1DA8DABC336BD5AD110 File 'LICENSE.txt' is obtained from diff --git a/automatic/nsis.portable/nsis.portable.nuspec b/automatic/nsis.portable/nsis.portable.nuspec index 25c46de85..910b9f7c6 100644 --- a/automatic/nsis.portable/nsis.portable.nuspec +++ b/automatic/nsis.portable/nsis.portable.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.09 + 3.10 Maurice Kevenaar diff --git a/automatic/nsis.portable/tools/chocolateyInstall.ps1 b/automatic/nsis.portable/tools/chocolateyInstall.ps1 index d377ca990..4836d8fb0 100644 --- a/automatic/nsis.portable/tools/chocolateyInstall.ps1 +++ b/automatic/nsis.portable/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName Destination = $toolsDir - FileFullPath = "$toolsDir\nsis-3.09.zip" + FileFullPath = "$toolsDir\nsis-3.10.zip" } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/nsis/nsis.nuspec b/automatic/nsis/nsis.nuspec index 275591831..a320995f6 100644 --- a/automatic/nsis/nsis.nuspec +++ b/automatic/nsis/nsis.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.09 + 3.10 Maurice Kevenaar @@ -68,7 +68,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th - +