Skip to content

Commit

Permalink
AU: 4 updated - firefox-nightly wc3270 wc3270.install wc3270.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 21, 2024
1 parent 4e8dcfc commit ca98a5f
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
@@ -1,3 +1,3 @@
{
"nightly": "126.0.1.2024032021-alpha"
"nightly": "126.0.1.2024032109-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.nuspec
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>126.0.1.2024032021-alpha</version>
<version>126.0.1.2024032109-alpha</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
224 changes: 112 additions & 112 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-20-21-16-35-mozilla-central/firefox-126.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-21-09-35-32-mozilla-central/firefox-126.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-20-21-16-35-mozilla-central/firefox-126.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-21-09-35-32-mozilla-central/firefox-126.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/wc3270.install/legal/VERIFICATION.txt
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.03/wc3270-4.3ga6-setup.exe>
32-Bit: <http://x3270.bgp.nu/download/04.03/wc3270-4.3ga7-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: 4AB3A3EADE0855233BA8BCFCE62A3A2464CBF4EAF1B0AA1511D35A8B82D56CEF
checksum32: 988987D2124B64B11259E69377FE8FC96AFD8327C0914F03A83C0B2CA29FCF2D

File 'LICENSE.txt' is obtained from <http://x3270.bgp.nu/license.html>
2 changes: 1 addition & 1 deletion automatic/wc3270.install/tools/chocolateyinstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\wc3270-4.3ga6-setup.exe"
file = "$toolsDir\wc3270-4.3ga7-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
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.3.6</version>
<version>4.3.7</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
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.03/wc3270-4.3ga6-noinstall-32.zip>
64-Bit: <http://x3270.bgp.nu/download/04.03/wc3270-4.3ga6-noinstall-64.zip>
32-Bit: <http://x3270.bgp.nu/download/04.03/wc3270-4.3ga7-noinstall-32.zip>
64-Bit: <http://x3270.bgp.nu/download/04.03/wc3270-4.3ga7-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: 536F5C0282E222C192AC1CFF74506605F9D692A0A62BFB08A4575CDD2054085A
checksum64: 92558C0688543E36895B2DB78B98A33937E6EECC94E462BBA33550E9668EFFCA
checksum32: F9A6BF86E81C99A074BFEFD5D3EF680B1B7F40A0683E7F90796B10FBCD07C4E2
checksum64: 5DC70412C9CC51026C33BF1B4EB4ABD3370896057DEE92A2AADBFFF75CB86629

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

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/wc3270.portable/wc3270.portable.nuspec
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.3.6</version>
<version>4.3.7</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
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.3.6</version>
<version>4.3.7</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 [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

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

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

0 comments on commit ca98a5f

Please sign in to comment.