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 Jan 24, 2019
1 parent f572582 commit 2989d56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "66.0.1.2019012309-alpha"
"nightly": "66.0.1.2019012316-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>66.0.1.2019012309-alpha</version>
<version>66.0.1.2019012316-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
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ en-CA|32|84232fc8ae6f2708b870bbe87bd69c16b389f6575624d43317fe0c421f1f254d52841e9
en-CA|64|0818bf468b3b9642dbe5f30f6354da3120f642531ac20385e5dcb26ceb3a737aa6d5932339aba94577bbbc9d7defcda743f4bee6980172eaa7e5cf878725d4ce
en-GB|32|e13357e2c83c611b81509d00eac10be79cd13cdb47bc811fa5f6a9dcba8f3952352d8acb2af2d15e492f74f27986af6cea9f50ae9e42bdbdfe53ed91a4c99dd5
en-GB|64|d6a5aecfbdd555f0349ff749f3c2f9fb1ac0b28610f2e4283869ca429a0eec354402df2cd1de1b2e6530222c4877ec945e5fe3c9666abd683699afbb9d69af38
en-US|32|9011b08bf44df8c08e5927980ed419c6793002d2f04946a5a4e6a4048d2b4f900360f65dc82634608778454dd0bf167806b9fecedf53c703fae558756a14991d
en-US|32|9c6e6be940df86986f14dbb819b66344c47aae70dca71c013e2e56a0b3144e8c22e05a2925b12efcf1f229d474f3edd731370f7da3880bcaf42b90169c93b8e6
en-US|64|30fc9330b39ff7d71af7c9a7db749b56290b2455f53674b1982cb127041114832d4a1a4794e9efc2db5963226cf49309d6a8a5cc0fb57aa49701bb2124eb5314
en-ZA|32|b1e1d18e2fedf004b1b4ad7b9d6359533bb4c0bb6aabbea478633727b7d3658c3ea60f0ca470ecbe7513f645c7fc4d484910623c62c6a8dffd54d38b1fdf8b8b
en-ZA|64|18964871be75479a7e8c7931d0bd40e30cfd435e402a79086c3be6265964c14110987401708825dceabd5053f79aa714f2986b3c49659818f8cb17d34d8a4628
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 ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-23-09-28-26-mozilla-central/firefox-66.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-23-16-57-04-mozilla-central/firefox-66.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
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/01/2019-01-23-09-28-26-mozilla-central/firefox-66.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-23-16-57-04-mozilla-central/firefox-66.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 2989d56

Please sign in to comment.