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 May 6, 2019
1 parent 5c46a43 commit cd2cef5
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": "68.0.1.2019050521-alpha"
"nightly": "68.0.1.2019050609-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>68.0.1.2019050521-alpha</version>
<version>68.0.1.2019050609-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|b4e0bc6b19dec20c1e92e288e39ebff6e2603003afd1f6601e54b864b287d13c7e4c9b8
en-CA|64|6eeda88d5592c64cd22c8e323996ec987a79ab7d3ed4d4089cfd564d4fc5912be573b5014f0c80137b8d2a6baf493b10d18adfb115208bdcd8e17892040f2d9f
en-GB|32|f28f3a3053a5af10c89848a9815f25dbabf3dd4c862ec648953acb1bba1f3a39c3f9e878e35271992c998a0635ed819880255cffd5112d07090c17e6f96d5a5a
en-GB|64|5b6d697d9f74228ebae2ee553b024a914bbdf8307cedba7cede844d4e4923ff6214b11cb02a0f29e311a44a244aa03b66c467a076b102965d65bc06e8af0cfa6
en-US|32|2a77a238cea992d6a5c1e3d1f5db841ae011fed6a4410e4ca1fd94572a0414b56dd2e14b1d88aa6c440c78e440b728ffcec80532c7bebb0dda2c4021c9f05f6b
en-US|64|8a8b13d2eee7fdf45677346b61cc6dcaf894fc272f0e34938e1f25b8057237b8f508e9aee9daf47233815ef240515964c797fe06bf5c2020ce129083112c128d
en-US|32|9b7d71c8152347a28a979d556dfc7ed424961279b71f53a2b47c129bf9a5b405e828872a4ef3cbe26da5db6937f883d096ff8ad5e89cd5851c5ddaa0caa50c02
en-US|64|22d6cdcf9f26935c23894f5256899e1c2cc211b6f70b693db6f4eafff72b550d82bdf52623727db91026ace86485462ab888b70097e265e5da7029c779e382fd
eo|32|40304dd713d0fd73b79a61141dbb69fbe4a234d2d370c0f99590bf3852aef9eee6fb6c94b095e0e67f3a189192b8194a4fcc1078a0d20dbd438e9474fc0611db
eo|64|7340c38d061dce9d52590f5329111153e0220a72a4801c24e61cac58fbe18e90a8f56fdc1bfb1ddf1ec2f19e385c48152b804434fefdd760c22bcf660518b350
es-AR|32|ffd91e91aa135910154c57c0fe63a13fea78f2e9f7cf267c70c67d2a1b571e8f1306371d99fbf4795a763d02c9b17acf1a6b80f6fbc0319777a773ef6b46a1fa
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/05/2019-05-05-21-39-08-mozilla-central/firefox-68.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/05/2019-05-06-09-50-34-mozilla-central/firefox-68.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/05/2019-05-05-21-39-08-mozilla-central/firefox-68.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/05/2019-05-06-09-50-34-mozilla-central/firefox-68.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit cd2cef5

Please sign in to comment.