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 Feb 12, 2019
1 parent 29a2997 commit 037a41b
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": "67.0.1.2019021109-alpha"
"nightly": "67.0.1.2019021121-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>67.0.1.2019021109-alpha</version>
<version>67.0.1.2019021121-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|b1b7680972ec3ee84d0d2495e1df8aa1a3a9bc97d263bd27b900c0a9957db7d191a1b67
en-CA|64|5c6b0900e09c4d4cc385d83feaadf327ec25cc4a4ff7f845b5f2d00e07dd5fff3607f36f9d5ea82bed8d5aec4486d956606578db2335d850307375b07aa84474
en-GB|32|a52c5aad9e658299282818d1a98132a225f6ce80a4a12fd011ec29ca28063f1ac99fffd404d18814aca6cb19ad567bc62b2b488a871121716f060f644a124e83
en-GB|64|6919bc1c4c20f497df380b50308965f26c0eb4f5b79d9144d2be65e87b86dce5dedd69fcb36a9fa0c6ef8bee65655be7ec2df5e75e46f2f305c6ecf5a0c10b49
en-US|32|4e13f4d2d9eef56add90caef41ee32965d7a6fa504be2cd92a98ee6e585922e8c15e70924b5157ba8a121a6e95e527775dfcf15971378912c2a92146e0d4f892
en-US|64|7d3fda2577e557e9fbaacc437ca4ec4325a7b8ad229b594840cbbbc992f0204c8c710cfec2bfc06d7d37482f7cae3c965baeb9896790400e84c8989e67ea5c14
en-US|32|029d82a656fbaefe685cd4772d6557b4b763f9c3f2c95d3c054bfb794ec82a1e060675aa71e1020f96a50843e5dc2355a17c744b904a38f99f2b6b5736a64ee6
en-US|64|a97a93defb251c644dc0bbc32bc9f8e7a57ee90ba4a65a0b7e9007fa5c548741477657defb132c91809118928a8bf488e970141c4e6289a0338f1fb9e98ee9dd
en-ZA|32|2a3362f1505e9f1239991fb065934cf4bd326963421abf435ba33f9d8848703f9d3c793f8c5bb4925c555b8e0aebabbf15427d7592b80ea769b2e10fe02a116a
en-ZA|64|a9a3bba5b512fdee0fa8dba89401e964de0fa3ea6d443895cbc8652e492a0f92740ce119d476a9cfb00442482749535a74668fe7da10e6a759d0c960cbcaee66
eo|32|86913a1e66c4a662607bf903315f9b738032c981c1a5ff963230ee757531d1a46800de2bb9672db0e9b87e3f4c38332c60ae070f10fdbe35edbd86e12cbc380a
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/02/2019-02-11-09-29-17-mozilla-central/firefox-67.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/02/2019-02-11-21-55-45-mozilla-central/firefox-67.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/02/2019-02-11-09-29-17-mozilla-central/firefox-67.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/02/2019-02-11-21-55-45-mozilla-central/firefox-67.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 037a41b

Please sign in to comment.