From 3daf054c3349f51c33ed441de41cee00139c1c57 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 26 Dec 2022 11:19:09 +0000 Subject: [PATCH] AU: 1 updated - firefox-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/d7335bab72bdd6d87f67005a58b8713e8e34fd7b --- automatic/firefox-nightly/firefox-nightly.json | 2 +- automatic/firefox-nightly/firefox-nightly.nuspec | 2 +- automatic/firefox-nightly/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/firefox-nightly/firefox-nightly.json b/automatic/firefox-nightly/firefox-nightly.json index 6adb4227e..31f01ba1d 100644 --- a/automatic/firefox-nightly/firefox-nightly.json +++ b/automatic/firefox-nightly/firefox-nightly.json @@ -1,3 +1,3 @@ { - "nightly": "110.0.1.2022122509-alpha" + "nightly": "110.0.1.2022122603-alpha" } diff --git a/automatic/firefox-nightly/firefox-nightly.nuspec b/automatic/firefox-nightly/firefox-nightly.nuspec index 34684fefe..66e9847c9 100644 --- a/automatic/firefox-nightly/firefox-nightly.nuspec +++ b/automatic/firefox-nightly/firefox-nightly.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 110.0.1.2022122509-alpha + 110.0.1.2022122603-alpha Maurice Kevenaar diff --git a/automatic/firefox-nightly/tools/chocolateyInstall.ps1 b/automatic/firefox-nightly/tools/chocolateyInstall.ps1 index 8e2743aea..c4a5e786d 100644 --- a/automatic/firefox-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/firefox-nightly/tools/chocolateyInstall.ps1 @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) { Checksum = $checksums.Win32 ChecksumType = 'sha512' - Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/12/2022-12-25-09-26-05-mozilla-central/firefox-110.0a1.${locale}.win32.installer.exe" + Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/12/2022-12-26-03-56-08-mozilla-central/firefox-110.0a1.${locale}.win32.installer.exe" silentArgs = '-ms' validExitCodes = @(0) @@ -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/2022/12/2022-12-25-09-26-05-mozilla-central/firefox-110.0a1.${locale}.win64.installer.exe" + $packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/12/2022-12-26-03-56-08-mozilla-central/firefox-110.0a1.${locale}.win64.installer.exe" } Install-ChocolateyPackage @packageArgs