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 Apr 23, 2023
1 parent 8128843 commit d41e144
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": "114.0.1.2023042209-alpha"
"nightly": "114.0.1.2023042221-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>114.0.1.2023042209-alpha</version>
<version>114.0.1.2023042221-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|b9ac152d6790e85273460e9952ff24c34080f516ce75ab57985da300ce35581a99fb70b
en-GB|32|a7f36a25052320887fe818001928bfb2daf6b29f64b935793cee69f758210e9d875bed0d17eaa5ae3910985998b364201e2586c9fcd5f8b462babbebb54ae45b
en-GB|64|42afcaafc7472f3b640a5d2a0368018da5b1be2f348a60f2fbd98e20bc387bb784fe6780da6af4056eda2c72add1be28f1da91438f6c72f017a29f6abd2a6303
en-US|32|8de3e7204d72982e5a9edc74c37e2c0ded59e16ff18f038f9d8b8c89a7cd6844463279a9bdff4516d6101847d5f1d517c9e982b9fab91ef854982d82cf488fea
en-US|64|3bcd41027520644a74d8a2f2ee94d41730c81d5638f8dd9e11cc73a5d77f365ce047632f8951b27f843a04353c9d7d7ee1f717b8a2d4a2c07f022a8ab75eaf58
en-US|64|fcc41f269788a1d73b0d48a1243c788a8ddb36287c53c7ec2143f1a00c32bad1b5bb3bf34734eb9dbe84b65ab7e2a3c5dc2083051d55d6c3c2ae97fb09c6e7c2
eo|32|08a9834bb4fc23ca521124d87fd63a6faddc2409219712951e0062475c9f282413d01c63aa88681417c9a06c5fcd8cb61346639e479a120989b172f50bc90281
eo|64|2d4fee7005ecd0ae332ef0ba4e2f13ce14be031e65cfcc17347ddf76dce7cf0ea4243793b281cb9ed146653052bd5b04bdb3f3ed17f5a411fe934081a9de003b
es-AR|32|3e53d296834ac64099b28eeb9d0af8cfa0466fdd29b78fb0462b9f21d1badcc7d65277a7dd1eced94ed12812ddbaffe22ae53a3523697faacc61d0d027d98e6e
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/04/2023-04-22-09-45-47-mozilla-central/firefox-114.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-22-21-14-45-mozilla-central/firefox-114.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/04/2023-04-22-09-45-47-mozilla-central/firefox-114.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2023/04/2023-04-22-21-14-45-mozilla-central/firefox-114.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit d41e144

Please sign in to comment.