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, 2020
1 parent adb74f9 commit d1e8ac5
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": "74.0.1.2020012309-alpha"
"nightly": "74.0.1.2020012321-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>74.0.1.2020012309-alpha</version>
<version>74.0.1.2020012321-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|3fc6e74e7f02a8beeac0f6880182dfed4f64f74eef15fc23c0f0e18207c6a4621d90072
en-CA|64|7cbd95494a732104b7d47e1968e86946d4f4b0ac936a0311390a5db328419dd41d5cb91677e9ad52364f0ecef0e6a94ffdc4ea83103b5a518d20a65c2167abaa
en-GB|32|50d0efda2c3dbfb088347e3bcbb0e3170431058b053f13cef0c145f64052be1c8f802983f58e90519051c622f627859030e5b1c4373a701d7628371cacc14b42
en-GB|64|09de7253b8885406ba2ef0c7c8553d052e4db6b027c2fdd3df29f1bbdd1b82697252ab78ddbe9b980705d2a70905551caba4015b535fefdea86457724690593a
en-US|32|2064254e1779e2fe9b5a270c836e3c20890641714b352b1d4de5bcff4dd4347fda17fc1f81c2acded2ee79dcb5a3b669a7951936a8076b5b39afb3453745585e
en-US|32|09f359e409abcf879ba7843f5e60adb5984752f95ab9abe29448989ae87dcd2c29e08f119ca599a97970975d59531bcc95c746c7ffd077e74008598c73d3dbd7
en-US|64|671dc7f3fe61e83892db63d4b03561f17fc7b3dca52cac50bedcbf76b4089dd15eeb2a7a7782a399cb2747a28e50e9533e737d431567d887e7fe807142569950
eo|32|ff5f22aea90a0cced49f87b5ed2972661299e6f3a9d601f6037c8fcd8e613845c2d98ba3d3fee2a6e90bff9b4bf5a22402b4e2b42b93e50cb5b4bd73333fd96d
eo|64|e2a417ee2c58fc397a556d69b2bd413140c0f02023c1699a16278739cf36ac23349b720a1153869791e5cde357c533d8bd64c4c25c701342ed7670b036542197
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/2020/01/2020-01-23-09-54-33-mozilla-central/firefox-74.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2020/01/2020-01-23-21-42-24-mozilla-central/firefox-74.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/2020/01/2020-01-23-09-54-33-mozilla-central/firefox-74.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2020/01/2020-01-23-21-42-24-mozilla-central/firefox-74.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit d1e8ac5

Please sign in to comment.