From 3926f198a934305d963ed700b962688d0c3c4a3c Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 9 Jun 2024 07:35:41 +0000 Subject: [PATCH] AU: 1 updated - innosetup [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/3be5007f791d2764658098c97386d7e2c55dad72 --- automatic/innosetup/innosetup.json | 2 +- automatic/innosetup/innosetup.nuspec | 2 +- automatic/innosetup/legal/VERIFICATION.txt | 4 ++-- automatic/innosetup/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/innosetup/innosetup.json b/automatic/innosetup/innosetup.json index 40831a6d7..6a3598baf 100644 --- a/automatic/innosetup/innosetup.json +++ b/automatic/innosetup/innosetup.json @@ -1,5 +1,5 @@ { - "latest": "6.2.2", + "latest": "6.3.0", "major-6": "6.1.1-beta", "major-1": "1.3", "major-2": "2.0.19", diff --git a/automatic/innosetup/innosetup.nuspec b/automatic/innosetup/innosetup.nuspec index ccfdffb4a..775439a57 100644 --- a/automatic/innosetup/innosetup.nuspec +++ b/automatic/innosetup/innosetup.nuspec @@ -5,7 +5,7 @@ InnoSetup Inno Setup - 6.2.2 + 6.3.0 jrsoftware AdmiringWorm,vicneanschi Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. diff --git a/automatic/innosetup/legal/VERIFICATION.txt b/automatic/innosetup/legal/VERIFICATION.txt index c34416988..54baba5bc 100644 --- a/automatic/innosetup/legal/VERIFICATION.txt +++ b/automatic/innosetup/legal/VERIFICATION.txt @@ -12,12 +12,12 @@ this can be navigated to from the main page by following: and the checksum can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: 8117D10D00A2AD33A1390978EA3872861C330E087914410A6377B22C4C5B8563 + checksum: 28AFC30B2003AC17E0F28C3FB4E73AE8AD1130736DEDF3D0500831451989926B File 'license.txt' is obtained from diff --git a/automatic/innosetup/tools/chocolateyInstall.ps1 b/automatic/innosetup/tools/chocolateyInstall.ps1 index abda03733..eb8ef1f97 100644 --- a/automatic/innosetup/tools/chocolateyInstall.ps1 +++ b/automatic/innosetup/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath = "$toolsDir\innosetup-6.2.2.exe" +$filePath = "$toolsDir\innosetup-6.3.0.exe" $packageArgs = @{ packageName = 'innosetup'