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 14, 2019
1 parent 4492b77 commit e7b43ec
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.2019101309-alpha"
"nightly": "71.0.1.2019101321-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.2019101309-alpha</version>
<version>71.0.1.2019101321-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|b195d668065513906d4369ceb044bd4123b52e88612352e925b3d9ac136cd48cc765478
en-CA|64|4d59dce09d59b2bcd7103f2c3dc1a7125f2bf417a27002b04adcac2ba380a5c8ba5d01c8c2a1290d211982151ac5e71c1f458f280a307c1d5d05f61e1e8c5aac
en-GB|32|cccefb6ed6ef54b9c7f180fa59e40e81a0fab8c90a77a572dd8ce304c9b5a6242102fb6fcfd656879db69e51bab50a7832f489031f9471f0e81379b4e72b3fd9
en-GB|64|25b6052af4c1c68cb7482f4b7e2e559cbb0ff96c0eaeb510295373765c23b324c2a11a11d98a30a10a633a7a57cb8762f8e3079ff3ce0fefea61dcb790603146
en-US|32|067a873a7bc8c910d15c5dab12f7cb7bfa24de2bae2faf73f86384073403ccdba37b02b5e777c5554a2ac1059f6aab929ae0411341781965e7c731298b4c2739
en-US|64|e2785311c4806edb5bf1731c4eed03b679d88ac7e80994734bed143ff056d2c4b3294e0de79cd9948453f3d7b28c3a770d4a74847648161ce94334ea7c5a1926
en-US|32|1cabad833c18ab83e69770997b6d4ca8ef7bca9bb36ff23d114578bfaa48d1a687464689a6aad8ee74c14f350a459b6d3592e943c451a42aaee15693dc4bdc18
en-US|64|f4b01bd8a84fef5142d6041eb02b72f54ff715f8a0dbd1b925c4b5661bf71fa17c413e113820fb28a86dc3d4732461f171dab0e5dbb4e6388ad97f91c9fd670c
eo|32|fc0c30a16d3679d7db02bbf59fdfb7c5f46dd8f4544fef67e381bfdbf4ba52ec7b7852a56600534643d0bcfdb5f9a036415f2dcf43c43fd74da77b52d4a278ea
eo|64|39956fa8d939383ea17472eeed63f56ac2e7814bd55bc48897439f24989c10959456e2d0d54ca58fd61af8d5c01ead5191596c67460ca13eb4c9bbee2ca3ae21
es-AR|32|c274e09ddb69ed22c390b5e417675eea3e11acc79df2e4edb9619a6d68a518cce730cc7e47daa221736a97f79adfa5a1a4fe0edca57284bc39d4d922683bee46
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-13-09-36-01-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-13-21-36-50-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-13-09-36-01-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-13-21-36-50-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit e7b43ec

Please sign in to comment.