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 Sep 23, 2019
1 parent 4fa915b commit 44eb3b9
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.2019092209-alpha"
"nightly": "71.0.1.2019092221-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.2019092209-alpha</version>
<version>71.0.1.2019092221-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 @@ -42,8 +42,8 @@ en-CA|32|475e1fa998ff643eb1e028a9b540be5157bab25571560f9c99182b50d52557d3a4555a6
en-CA|64|a29c15830bc6b0fd1e3aff4b63bb368f91552e41d8a5eaea3747e82bbf8889034936f2c7e9c942bc9654850da03543b509d411e659ac348bae93f99b16b2fe31
en-GB|32|cbe4fe2bce9e34c729fe49cf4eb364619a654340c165581bb1ff11cdbbef9892b541cdd70cfe96c724d9c0ed8accee8adc9a48f22f52053bbfcdaaf656e648a2
en-GB|64|9d4b2227b99d7fab010c432c9f72a50c4dd648845b1ec491ea140cc1899a30dcbfe0ae35739eeb46bb9717557330fd3e650707292e5a9ce832924164e2a24c0b
en-US|32|d1657cb9fe4239c63aca41c0e2e4b601566d1d92b120ce189c73e59bebde6d2718dcb1deb3926be4773349fa2fd8f5376036f5611e1107414af338e13ff452b6
en-US|64|556aae9bc17083796694c358fc6f8d3d58dc79b841927b10f2a77ec02a86552e833c8227f2c0c65f2d2126837e08cf83e4c4f2506e7b58ca7a0c18b942cfc15c
en-US|32|7f3409a6d1d7a9347c261557e1a55070e85acbe3983cdff85260288038a9e9bcdf688301ca351e067605165472bf889164dc18a901819730811d25e5a29b8c80
en-US|64|045268a8e68a8ed22e3df6f4e9636f3763d7b6e92033b8879b7bafd4e68febf8c0db9bff87474b5b038a1a664cb81b8255535ee0bcfe1f660123c80a17363ecc
eo|32|9258187aa78e66f5e0e63e0f146c4808557cce5707bd94f18c389190dba255c217fcef7467d7c4d0c624bad5b932c78405ee89231a2e0028da47347afd74fc10
eo|64|d48c1d36e0100ca851b3f6414acc0426fb1b2ce5b091fd360c0b1236a13389eb125e1fabc13fb6b00abf76ce709e7b062c347f75314c6daa10b5e335fde2c0a5
es-AR|32|c8a4877e7f333bb6dcda1addc10d1df53dd190c1d11f2ab4cdce1e4631f4bfe8bcc299e782854a477b25b88d555a07f6d9480b68df88125c3ca76c7bc6e14f6e
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/09/2019-09-22-09-55-57-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/09/2019-09-22-21-33-41-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/09/2019-09-22-09-55-57-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/09/2019-09-22-21-33-41-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 44eb3b9

Please sign in to comment.