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 Nov 28, 2019
1 parent 341f988 commit ca97fd9
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": "72.0.1.2019112721-alpha"
"nightly": "72.0.1.2019112809-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>72.0.1.2019112721-alpha</version>
<version>72.0.1.2019112809-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|ab27dee09d573d4010ea2b0e9f1d537fe0b0f122963b0121f8689a1410d8c3f0f73f6d5
en-CA|64|2834408c86fc737fcbc1c752c9386c93d9338b8b12b089c5cea3b0c3f63b0750d6fabfe616a52c9012a5b7f4e4e6e4690be20bfc504bf218da54fc842e917831
en-GB|32|58b654cef3acedaf339eeb800b2b240b92cd4c67fed358edf97e3b260eb4d2a8bedb74fad78b8239d03d4e9760875170d4691278a562a3ebf1fa31b2af8683cb
en-GB|64|5103719e1664f10ba738610441531f8a60e8c1a4e067575bd70ca752479936f4e1ad0281b36cf91521f638238f5f4dfa965a240dcbfbf3a42e998411faf5728a
en-US|32|5e719274461bca7f4833749dcd35c4b7e96f6f07c9418a2f4405200bf8a3852559508424e2e000baf7aa4aabb3fa864fa6aae7e22c5db855045c76931ed47431
en-US|64|fb340c64e5f7ac19275c91c969ca6c6e099a6866e05535b38ce078b5496b4268d4f6ab58d04399810078e6b6f708d664e59a52c12737aca853462c8d2a4517de
en-US|32|181f5e0b05d07174bb7c5d1d81b80bbcd7302cd3557b8964870ce23152541450865886d6f4d2fabf03c1dfc4441b824d6686328052dd9c961d7d7fb31d55b1cf
en-US|64|f22f1083f15fa8045d007ef73ec7006d4c7889a6a2c565b16392ee63261e30b1e87b2a1beba0e2be263bfc2fb1ea14aa06a44dba333364f556c246be98d871c5
eo|32|f0ba9ff10b896d7579a80e9389d7c1e2d7caf7d6d9bbceda094002c42f0bdb6d50dc36b33d110026126eacba1246ffbd31d9491b63a0089e6986c6f52be64dd4
eo|64|9c82fcfd7b05460c9d0030c89d64609091270283afa487303571b78708332c1337429ed1e6a2760bf8427f8a450d8985919d3459380bb90bcd2f3c2912f9acd2
es-AR|32|8af47443aabd6fd2fb0b1f72b92b4a9b967a6419ed7635d0692e351d5f6e9d1659212cc99a91f7e0e5d2af953948598adb51b06a71bde7bc2c72b455d1302053
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/11/2019-11-27-21-56-55-mozilla-central/firefox-72.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-28-09-41-09-mozilla-central/firefox-72.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/11/2019-11-27-21-56-55-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-28-09-41-09-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit ca97fd9

Please sign in to comment.