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 21, 2019
1 parent 4b19b98 commit d33ae2c
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.2019092110-alpha"
"nightly": "71.0.1.2019092113-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.2019092110-alpha</version>
<version>71.0.1.2019092113-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|b92bb71a2d0fd253e2a2e9c10b5d628234f2da9ce1b35ce4f4e32bc16de933d88060530
en-CA|64|4ccd4ba2d018b1b4ce56de247fccac937f081aae2b7f006ab10f933d79e2e4f7ccbef23dafb65b1b487842ba0f112f65f6b2923da8df4cab6472b262bda5889c
en-GB|32|7c6af6f5b1c2175b7cb3bc51e5cdba87ab2d62d65ce8aaca1cda2a3cd51a78f48f42f8a0ff835b00624930d6309467aa49d95c91a15febebe5ccce191a45003b
en-GB|64|a5251192bd02e18e749a680fcaa41a68ae49f183b78bbbd3044e8b4043b789d7fe2db2bf568152c33fb663a1d6649408ebcf8041969ff681dc3ff99198fe9568
en-US|32|2fe7dc394288320ad5a3b7e4a57661de4f98930890ebe3e7acf65362b712bba30ba0dd52c0f7404279793bcb9855eae343d86ab344634bc2383f91904b999145
en-US|64|15c5b0dcdc2605eea0f40496d6cd26778b06c0109a86857ffa6af3c860d2ca471ed62c9bf90f89b646bb4b3acad736636fe6b2c3ce0b4ae188d95490c772b38b
en-US|32|98704aabfcca50fdbd9734f702d8b0517878a79854b43ff061e54b0eda9fb297b923b4b6d31d9828f75bb7b8287c7f8b44d389f4f0eedb99153897dc82bfc269
en-US|64|2d7b3f1750e50130e67572590396789766a0bcc91dbf25e437e8d5ba8407ebe1590693b8096d9a9d9a86f731a3c3cf70566c58f9eb63d347c7fb8a0e771664c0
eo|32|408a4d91f510396a5eda10910a3be41da533937e22222349a350113de05dcb94bee5d3971abeb194313599e2469297c4b18f873392dd238b0b14fab32cd31cce
eo|64|e3348994a4af39dbe7fdec1359a612094af354c8afbc68cf688409815857562643e4187027a8d6b05cfdd455ce24cd52156c3cea7e89c8a4d28d1eb0f071fa78
es-AR|32|da954754aee72a004159784521b3f5a844c44a8942c2dd5177959c7f6b5b76379121e63c044292a3ece21b81debd04f98e2f5f3872e7762c46d765887479d010
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-21-10-02-59-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/09/2019-09-21-13-40-08-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-21-10-02-59-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/09/2019-09-21-13-40-08-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit d33ae2c

Please sign in to comment.