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 Oct 11, 2019
1 parent d45dc75 commit 48c5464
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "71.0.1.2019101021-alpha"
"nightly": "71.0.1.2019101109-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>71.0.1.2019101021-alpha</version>
<version>71.0.1.2019101109-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
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ en-CA|32|9ac2ea879040647882ee60d59c86ba3fabdd3552e63256d5f5fed58e5bf9ab4fb3ba243
en-CA|64|60304572b36ad03dd88299c4a075b7df470d582affdd24cb28a89dfc3e4dc61f6a83996e2e3390fdc5175b6d93166a0e44b1a258faa03eb3a28f539046ccb5a5
en-GB|32|3165ab66b34b1ff442dbb5049f56c61a027db90a91e983d9b26b24f3a3e340138aa184e70e12d25cad340e9878a34daac3d0526dc897152236b15d061227e452
en-GB|64|e3666401f6efa86e92481ab975c92b083a57e9c7587dc6c9fb5827cd8ce1785e4d1c90acdedc2d58b116263f8ff72eed736c8c92250d359955f77b8d4493afbc
en-US|32|e0fc0d8ae9aeecbee6eb8ce30e77941c398a00cf1915698e7b682f1db47b7cda7ae4a60e23db9534f62f42d4baaab3200c0612eb355d8ec82d18af7bfb7ca625
en-US|64|06e31c3dc8058920d6e2ba4e47e6205390be55c0054eef852e442a4f11cafbc2e4ca225f27902279b7276be714d8cb0d60abf2c0dd22cd57a71bb9d7bfd3564d
en-US|32|fc38492e5e36c7c51519461e08342eb0207b82a1dcaccb0946a5b40f707dd2b0617b0b72a827a1c8ad913efa843b52c0c1641a78e07f78e454ce399a8b173e66
en-US|64|578aa6be0eec70f6be9c47264e8570bcbb4f52fd9cb17693c5aeee2f183d289799a77f715abec1412c0b0e77bd3496571ad44fc1facf02cff03f1d46b6bfaa63
eo|32|6e5780021115eb9e81c052bdb42cf1aa955e8a68957111be3694b46d3a6c0360aa75c84613c2c8c2f4cb23fcd4c38f0a969d4e53a1bbac95692b55ea9ed0013b
eo|64|3c6fc1b636060244c4029d14f6c742c99fba4eca8469a4f114d6bc070f68364440716639a50e5d4b2d9bc2645cbd197da289be626dd8cc385e82fabfb20bd046
es-AR|32|d27e185a698334ef17846a6755709e8150b20629acd67ac2fe1cfb57a9f8352674c48a52f9eef191742bf894a8c22f5eb76a449630f8a69b483851a3a4dccfae
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/2019/10/2019-10-10-21-40-19-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-11-09-30-10-mozilla-central/firefox-71.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/2019/10/2019-10-10-21-40-19-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-11-09-30-10-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 48c5464

Please sign in to comment.