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 13, 2019
1 parent 956daac commit a4f34b0
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.2019101209-alpha"
"nightly": "71.0.1.2019101221-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.2019101209-alpha</version>
<version>71.0.1.2019101221-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|ddff494db0cf0f1b2c480debb5dc9b89c0eb4aa691aba77e13920a312aae50d92fb0a97
en-CA|64|57ba3158fab3ed9c54a0dfbac020fa5ac5a23c3c61613c09c7db151f54ccb685e905f63deb97c203ad74daa2ee5026660b28ca4e1cd702eff7d3d564e5b11dc7
en-GB|32|323749c6e60b6a2281016bd0097c275be86679e7f452a6219afe9c514206e9e530bca71a5793bafb41d9ca88bc659345f8a6a1ddfac54174d2a31be5df37619e
en-GB|64|05728b42ab7a050edde43617ae2186f66114fd1bda2a5e9d68428806798c7aea7853dffe854c7248284672b7c44c8e00ae59b071c88bfaf92ef37dd47e468039
en-US|32|2b0000b851435a88ec38b4a27be2b08d80177a3c0930c5a60512b42baf7b57a026199185ac8b45c5fac32d7659f7dff07a30e0f6568964c5830302898791e60f
en-US|64|1239ef001546481f3068c7c5e40b5585d628351b5857a3821d4173ba191fd4da2b70262747b37663c0e569fe3ec9c3c8d0835a05c28beb77afe129c8ec0264af
en-US|32|726c3681fb4ba38e201eaf9044d3e9b4835b0d8f481c9d8fb2e979f682b32ab4cbcae1845a07a973c6c5a4762a302d3cc23889a8f7af8b1a8e7d9161f4a32648
en-US|64|030ca1d8d6c70d829b144bc98483e64abc0aaba566aed4da9cfb3e0d4bc21b23ed1c17dbb02eabd9d8c2b94e9911d14636b00f1cccbd63cc1b7c72b120da7c3d
eo|32|667a929010804da31753eec1ea5d585e2395e28e853ead2700ef11b53c4909461cac2f758f718d74a71451269f863e519cae364bc80670b4ad016fd534d7bd13
eo|64|0cb0d0dc926ab5a88f5f94c32372d2008b0531e340adfb654028157cc4476ab32feaf7a8422717ffcd534d7ef6dfc9eb27840dffdb76349b6ae44c284312fb9d
es-AR|32|f2a830f101efb84a37734666122059bbfd3c2a5ef38e122d4791b7162894e2dc324646005a5a08d7da39c4a7a5280640a5bf2707e9ac9f85f13b7d0c3c158c9d
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-12-09-52-03-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-12-21-34-52-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-12-09-52-03-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-12-21-34-52-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit a4f34b0

Please sign in to comment.