Skip to content

Commit

Permalink
AU: 3 updated - wc3270 wc3270.install wc3270.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 8, 2022
1 parent c18493f commit 8762062
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/wc3270.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <http://x3270.bgp.nu/download/04.01/wc3270-4.1ga13-setup.exe>
32-Bit: <http://x3270.bgp.nu/download/04.02/wc3270-4.2ga4-setup.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 41DAD972088A221B9FC340D08E09CE849C7E4FD3818C44D76CEA0C1E28D892D8
checksum32: 7E2E64D942C48116FA212027CF816BAC3A1E6A6DF3D2875B0CD9D2DA49C54212

File 'LICENSE.txt' is obtained from <http://x3270.bgp.nu/license.html>
2 changes: 1 addition & 1 deletion automatic/wc3270.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\wc3270-4.1ga13-setup.exe"
file = "$toolsDir\wc3270-4.2ga4-setup.exe"
softwareName = 'wc70*'
silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /FORCECLOSEAPPLICATIONS"
validExitCodes= @(0,3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wc3270.install/wc3270.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.1.13</version>
<version>4.2.4</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/wc3270.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <http://x3270.bgp.nu/download/04.01/wc3270-4.1ga13-noinstall-32.zip>
64-Bit: <http://x3270.bgp.nu/download/04.01/wc3270-4.1ga13-noinstall-64.zip>
32-Bit: <http://x3270.bgp.nu/download/04.02/wc3270-4.2ga4-noinstall-32.zip>
64-Bit: <http://x3270.bgp.nu/download/04.02/wc3270-4.2ga4-noinstall-64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 0571CE19DA4422F502E54967B75AE914C0CE9E40EB853FC3D63C22DF6BA67552
checksum64: 675DF183284D6A5C78E36F9CD9FFF5942D62BDADDE4EDA9B2FC2CE5AA662CE4C
checksum32: D945ABFE8DEFA8C32F264A984C11C4C7D2CFD7FC98BD136F2CF9FFFEF7E433F7
checksum64: F3191A6D25F3525BE954C1D29F8D13274B3BCFA5FC4EF3B7D4C10C142CE3BD1D

File 'LICENSE.txt' is obtained from <http://x3270.bgp.nu/license.html>
4 changes: 2 additions & 2 deletions automatic/wc3270.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
file = "$toolsDir\wc3270-4.1ga13-noinstall-32.zip"
file64 = "$toolsDir\wc3270-4.1ga13-noinstall-64.zip"
file = "$toolsDir\wc3270-4.2ga4-noinstall-32.zip"
file64 = "$toolsDir\wc3270-4.2ga4-noinstall-64.zip"
}

Install-ChocolateyZipPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/wc3270.portable/wc3270.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.1.13</version>
<version>4.2.4</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/wc3270/wc3270.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.1.13</version>
<version>4.2.4</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down Expand Up @@ -87,7 +87,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="wc3270.install" version="[4.1.13]" />
<dependency id="wc3270.install" version="[4.2.4]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit 8762062

Please sign in to comment.