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 21, 2019
1 parent edb21cc commit bc51d01
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.2019112009-alpha"
"nightly": "72.0.1.2019112021-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.2019112009-alpha</version>
<version>72.0.1.2019112021-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|1db9ab5740c3572aa8ac86fdc0bf449fb542004d681b4fd7996f61625f038ecb55571a0
en-CA|64|f94bae71756339073848bdfa7791394b037dd9bad7db535d2f4d7c0a6167cb1a5cec6383837b623cb2d4bef8f9c3e0ff7707ab0dc2757d3f523ee4a5d07a2c19
en-GB|32|9aea68bf67055969189fc81b70435fc799584e747712f114096cb10a79d095a627b9876fd3609287e23de95590e61563175f9698e18223fb35642aaaf2dddc1b
en-GB|64|6de2c8512dacc1aff36d6b5ad3218be0d2fcce46ff058531a104e4b9772c6f8e4f8e8e43a0db225883069e5b79bc1767fc525a3751062fc3373304c15066b815
en-US|32|9fcbcf7271e79d03d023cc553aa1025edf6e2b27d7ae046310769a5f116ef8d00ee8247959cb3c4ea5373a6827a052fd89245342087105c4fb8ae146ab9f1b5c
en-US|64|8206341338137383b11806e6663188c4bd8886e78398cf0213eeb438c67f64171aa482e5add8f95e3528a68ff317adb70e21c9ad8ea3bd9366c94fdd84f43383
en-US|32|e17c136be3829679e0197b331614a253b81f029a62bac378995fc91221ba569fc05f8140c729a148c971c7cdc0122eeb116ed4d0008419239a8257ef04308852
en-US|64|b8bbd5b6a12ec467c97bb083cd79cbf291e72e103e6b53b368b9cf1ccd774e80926ee6659532ee53a6d1e731e8eed604e4aee3b7a8204ea3371136bfd11f87ac
eo|32|a3cf3c7d62ce6fdc504398e4b4febebcb395d1f7e91fc93061b252fb858f032db74adf556ee42568a66eb0fa10de3117fe23528a61f86be9e778c45b6f516ac6
eo|64|6e67d9f92019311781a14f5dd1b337cb15722ec5dc588ae6e07500e372c6c0237b22c8b85da7d07984bf30c4f2a7aa739c1cc42b2febf49bebadd7149396cb33
es-AR|32|15daf6404a5d5c6403ace5296a6947f12ce9f28de36e72e268e046437fb1db440b48b3c54e6b4de6bcaa4ffd17093008e704efbee66d20cd83ca4fc42a2f346a
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-20-09-47-58-mozilla-central/firefox-72.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-20-21-52-17-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-20-09-47-58-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/11/2019-11-20-21-52-17-mozilla-central/firefox-72.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit bc51d01

Please sign in to comment.