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 Mar 13, 2020
1 parent 679be0b commit 6289d37
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions automatic/innosetup/innosetup.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"latest": "6.0.3",
"major-6": "6.0.0-dev-3",
"major-1": "1.3",
"major-2": "2.0.19",
"major-3": "3.0.7",
"major-4": "4.2.7",
"major-5": "5.6.1"
{
"latest": "6.0.4",
"major-6": "6.0.0-dev-3",
"major-1": "1.3",
"major-2": "2.0.19",
"major-3": "3.0.7",
"major-4": "4.2.7",
"major-5": "5.6.1"
}
4 changes: 2 additions & 2 deletions 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>5.6.1</version>
<version>6.0.4</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 Expand Up @@ -53,7 +53,7 @@ However if you wish to show your appreciation and support its development you ca
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@7768f5c45680a37546fd9996a26ecced383ecfd7/automatic/innosetup/icons/128x128.png</iconUrl>
<releaseNotes>
[Software Changelog](http://www.jrsoftware.org/files/is5-whatsnew.htm)
[Software Changelog](http://www.jrsoftware.org/files/is6-whatsnew.htm)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/innosetup/Changelog.md)
</releaseNotes>
<docsUrl>http://www.jrsoftware.org/ishelp/</docsUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/innosetup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official file server <http://files.jrsoftware.org/is/5/>
The installer have been downloaded from their official file server <http://files.jrsoftware.org/is/6/>
this can be navigated to from the main page by following:

1. Go to http://www.jrsoftware.org/isinfo.php
Expand All @@ -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/5/innosetup-5.6.1-unicode.exe>
1. Download <http://files.jrsoftware.org/is/6/innosetup-6.0.4.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: 27D49E9BC769E9D1B214C153011978DB90DC01C2ACD1DDCD9ED7B3FE3B96B538
checksum: DBDE7E9CC26BD52DD6CF7E9B8669EC5A6ECD1B0C9293A2C0F9D3666535A4130C

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-5.6.1-unicode.exe"
$filePath = "$toolsDir\innosetup-6.0.4.exe"

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

0 comments on commit 6289d37

Please sign in to comment.