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 7, 2022
1 parent fe866c7 commit 258b032
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": "102.0.1.2022050622-alpha"
"nightly": "102.0.1.2022050709-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>102.0.1.2022050622-alpha</version>
<version>102.0.1.2022050709-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|110a06db059b2d019231b79c680a46902b9c5351468b9a01fa364cf723a857e0338f301
en-GB|32|04f4f69f5358583593cf9b578e139405bb3879b9dcefe58e971a349c101214e4eccce42fe438a3710af88139c3fb9d09a3c15b53759d8c0afa7f1b511a315423
en-GB|64|898a794c08d863e41cd9d13eea10559037c85d6ef7d02c2376ca8e9eeab947ee1909f3f9a48c66fa0d2e0b8bf615d04ac5aa465f08d2e0d5b068c85d8e9fd6c0
en-US|32|90be025524aa061fbe15677b28551bba03441771b2d22bda80b175e58d20ca3260962157ecbadcfb244a182c9796cf597cb9ddee6ad569dbe91078717c2cff2c
en-US|64|f231f58c7b5240423920f54ec33177d4ec43b4bf1f92e7209050cfb4c2e26bf54bac48fc427d1f56b22f08583d86f1938a526afede507e57e9e8db6f7774e90b
en-US|64|b456f243521927425c52ad60b41c814681d760fe58d6f38076c01e1bb9c254bee3f8e2a9dd8ce77fd00cd907f5867f848c7eb2d4844cddb007069dc0f8220856
eo|32|62b362fa73b51e255f76a7597c8b7a7a91efa942304e270c16e36f9688d8b9f8756817b97aac3992303ae8d2bf276b7b2f27174746bcc899cc38061d52157672
eo|64|9691488009c5147f28f686e6e430294883f0c2b6a47b6bbc53f11e22f733062b230f61f466ec56d711a98e879cedb712dcd00f3759aed76803c42e8348a86fee
es-AR|32|68545774517c44a11bf4a09fbfe282e6a2d945097072a86909b2f3da90ef15fac0413c6446540311b03eacdc0bb3f264fe0da1ba3b1b6544db760e648f6c5fad
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/2022/05/2022-05-06-22-29-31-mozilla-central/firefox-102.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-07-09-54-14-mozilla-central/firefox-102.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/2022/05/2022-05-06-22-29-31-mozilla-central/firefox-102.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-07-09-54-14-mozilla-central/firefox-102.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 258b032

Please sign in to comment.