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 Jan 9, 2025
1 parent 9860407 commit fc552ea
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.3",
"latest": "6.4.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.3.3</version>
<version>6.4.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.3.3.exe>
1. Download <http://files.jrsoftware.org/is/6/innosetup-6.4.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: 0BCB2A409DEA17E305A27A6B09555CABE600E984F88570AB72575CD7E93C95E6
checksum: A360DB165CFB1D42D195B020700181E7EAF5DB45C1249A24EDB51C3C33E9D659

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

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

0 comments on commit fc552ea

Please sign in to comment.