Skip to content

Commit

Permalink
AU: 1 updated - innosetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 28, 2024
1 parent 2c305fb commit aa6b019
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/innosetup/innosetup.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "6.3.1",
"latest": "6.3.2",
"major-6": "6.1.1-beta",
"major-1": "1.3",
"major-2": "2.0.19",
Expand Down
2 changes: 1 addition & 1 deletion automatic/innosetup/innosetup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>InnoSetup</id>
<title>Inno Setup</title>
<version>6.3.1</version>
<version>6.3.2</version>
<authors>jrsoftware</authors>
<owners>AdmiringWorm,vicneanschi</owners>
<summary>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.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/innosetup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://files.jrsoftware.org/is/6/innosetup-6.3.1.exe>
1. Download <http://files.jrsoftware.org/is/6/innosetup-6.3.2.exe>
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: 0D17934F1668EEB96F11145621C88D20D164D3013BC6FB124458086E82D68D1F
checksum: 8230C521688841B590D5F62A21DFA1603DB1C7C04C8B652BA237E9A248C40CDE

File 'license.txt' is obtained from <https://github.com/jrsoftware/issrc/blob/d33ce5c66191d2bd359eb8ecdaa0dfb9833fbee8/license.txt>
2 changes: 1 addition & 1 deletion automatic/innosetup/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\innosetup-6.3.1.exe"
$filePath = "$toolsDir\innosetup-6.3.2.exe"

$packageArgs = @{
packageName = 'innosetup'
Expand Down

0 comments on commit aa6b019

Please sign in to comment.