Skip to content

Commit

Permalink
AU: 1 updated - firefox-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 20, 2023
1 parent 4ac86a3 commit 7ca69cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "115.0.1.2023051911-alpha"
"nightly": "115.0.1.2023052009-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>115.0.1.2023051911-alpha</version>
<version>115.0.1.2023052009-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
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ en-CA|64|dfd9b285b6d20ed3f84b562b85a1603b4f68f76ce1d061ca375cce183f4a4fa84d0fb94
en-GB|32|797d20c5fe2d522098e59c0196156d56bf68b4ccf19f53be91d20081044c4c474d9de7f696de4d57f7272925e8c874baa63ec5c1541df3a143f01edf8382a8c4
en-GB|64|88c6a052445301f9bbefa30e93edc28b6fdea425d7d2da0fc4e11d86a2f5df927f56d50723c0ea873298ca59cd2b6518e6f54de7fb0554d21cf3bf2320675d1c
en-US|32|9e2455e3e4c27e6cf89e05bbea9618ba4cf6b1aec177dfd897b48cd8a17f277318770c89660b731fee2b3d6f789452a7c00373a4e53fed01fdbf4e38f19a3596
en-US|64|d935e9cf5d221e496a740c2643163ca606f1f4a76e8d00cbed89a1a95fa96f18ded0d44b1cb4d90eae1b8e1c6ae85acc5ae2c60020d3b1ec229bfecc6c61839a
en-US|64|5416fe1c5761afe3cb16d238662b641d880c32cef7b9ac4b52fbf097a4293bb09e0ad396fb0c9c2a2adc1bce12dcfba2291d247c59dc3563dbeba6d2fdcabdad
eo|32|dd1ba36d8139a2836d9017b05a664fa05ddcb856be73e6bf86742099b681986a9642fcedfeef10078dfb1e27e6a9b3ec6d912227c4740298a6e368dab4423527
eo|64|a2f6b70839899a8d8d19315e8fb4f5e5bb49311a3ac5e5894c5dc451e2e16032e0eb991a0143984281d88d1b1b9fc390e754d16dd38fab20a6f637c34aa06954
es-AR|32|25908c5992254b3e649d082c551f1537b14acd02665a70f6e46aea783e107d4b960a6427697f1a8de494c69afea6fd3f6b7073fbe7e1cd344a859ee47098d021
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/05/2023-05-19-11-50-28-mozilla-central/firefox-115.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/05/2023-05-20-09-21-40-mozilla-central/firefox-115.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/2023/05/2023-05-19-11-50-28-mozilla-central/firefox-115.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2023/05/2023-05-20-09-21-40-mozilla-central/firefox-115.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 7ca69cf

Please sign in to comment.