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 26, 2019
1 parent edcab53 commit 6e75e63
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.2019112521-alpha"
"nightly": "72.0.1.2019112609-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.2019112521-alpha</version>
<version>72.0.1.2019112609-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|9b5cf44edd37532cf94d37fdb660dbfed0a1d3a0ebe23b1ed561e6516656a154a00e0d5
en-CA|64|f9c03604b5d325cc81093a3d71188f02312d771e944e6509c7053b9e244433f336b971b25352a63ab46f56727059f4e28323bf35f1e80511874834aa6fc5aeb6
en-GB|32|4cd15b6586081bd3038dbe950740349ee6d12743d1adcb967f3c656ee6c3f13a6bf08c1e7738f13b5198fe655fc7e9214104669fa2c1b690647df5e5469ddde6
en-GB|64|3dac6abc2b290d29db66db3ea1b7dbc8aac3d01a5a71f23c053992b37eec6d5c68f68ce8caae8269f04c0eed5dad928b2842259a8e3ab6d3862d9dadeaf8461d
en-US|32|883581d5bfa71510c92b8b27214c2885473a05f8fc345d1e75c8a12ff68ec4925491687c578d57fcff6ab5cbdf8c40d3ed86322c67e189332c1a9cb462eb0be3
en-US|64|a310bf12cb87c13a053d07dc9551cb7c5c6f92c7b5a5ae09ca4743d3f60506f989d89a1ce14b91967eb83bd678e346a3d9b7c56e8eadf3f9bce4b34a298e50fa
en-US|32|4eea058c86eb2503d396620087852ae6f7ed0e40b80e7626a1682a564693d3d81c69f6aa5dc04dd53f329696d242b83e31b1cf1e3382c77e51a6b30e63631a9e
en-US|64|84ca47586487cd7f5d67759cb7d700ddb0d9ceaae26612b74cc7b14ae6b1bd26d1a5ce2def873a54425b171b9cb7837e99357acb5dd0c7710b7e041a68cc30b4
eo|32|0596d7045003f83a749ca43140652580dc72bc6191d0ae04d84e2c370d3f0255410a126ce4fba75e74585800bbfdcd98af0cbad86b80fdb9de8939353b5c6ee8
eo|64|5233bb54f329d02e66d9a98c34a1f631dc348d708259b26d597600acd8294b09beab05d8e3444f73bcc4c81dd2fb880c666074b5582ad2a6780df21697648021
es-AR|32|a16f0b1130e6dca103cebf26dbc6c368b617bf3e81fd8df25e6cd30e6f9b0507123724a3c199381297890ffe2b2b4cfb136ba7939ceb8a908feaea0108f799a1
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-25-21-46-44-mozilla-central/firefox-72.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-26-09-34-48-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-25-21-46-44-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-26-09-34-48-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 6e75e63

Please sign in to comment.