Skip to content

Commit

Permalink
AU: 2 updated - innosetup tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 16, 2019
1 parent 5d055a2 commit 24c902e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/innosetup/innosetup.json
@@ -1,5 +1,5 @@
{
"latest": "5.6.1.20190126",
"latest": "6.0.2",
"major-6": "6.0.0-dev-3",
"major-1": "1.3",
"major-2": "2.0.19",
Expand Down
4 changes: 2 additions & 2 deletions automatic/innosetup/innosetup.nuspec
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>4.2.7</version>
<version>6.0.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 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@4dd8ea6c20bb4c744dff620f0a379fe76a9a1931/icons/innosetup.png</iconUrl>
<releaseNotes>
[Software Changelog](https://jrsoftware.github.io/issrc/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
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/4/>
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/4/isetup-4.2.7.exe>
1. Download <http://files.jrsoftware.org/is/6/innosetup-6.0.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: 43F5154B1300C7547F482762C604AE286B345E3974EC294232F609D2F9139D7E
checksum: 4AF479BD44E2BFB2A4BFAB6A19F9563E370EF52D86362E7B3D198E9DAFF62B64

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
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\isetup-4.2.7.exe"
$filePath = "$toolsDir\innosetup-6.0.2.exe"

$packageArgs = @{
packageName = 'innosetup'
Expand Down
6 changes: 3 additions & 3 deletions automatic/tablacus/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.5.20/te190520.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.6.8/te190608.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 58C2D96A18C7876B36AEBD538686BDF56881220C618A54FCA9390C83AC36D455
checksum: CABFB5B9A9D773CA5B5AF897AEF6BFD55E2AAA0E6E261002995CCE5D648E7813

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.5.20/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.6.8/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.5.20</version>
<version>19.6.8</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
<authors>Gaku</authors>
<projectUrl>https://tablacus.github.io/explorer_en.html</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<copyright>Copyright (c) 2011 Gaku</copyright>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.5.20/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.6.8/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tablacus/TablacusExplorer</projectSourceUrl>
<bugTrackerUrl>https://github.com/tablacus/TablacusExplorer/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te190520.zip"
file = "$toolsPath\te190608.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 24c902e

Please sign in to comment.