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 9, 2024
1 parent bcd1d9c commit 3926f19
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.2.2",
"latest": "6.3.0",
"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.2.2</version>
<version>6.3.0</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.2.2.exe>
1. Download <http://files.jrsoftware.org/is/6/innosetup-6.3.0.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: 8117D10D00A2AD33A1390978EA3872861C330E087914410A6377B22C4C5B8563
checksum: 28AFC30B2003AC17E0F28C3FB4E73AE8AD1130736DEDF3D0500831451989926B

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.2.2.exe"
$filePath = "$toolsDir\innosetup-6.3.0.exe"

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

0 comments on commit 3926f19

Please sign in to comment.