From c1a741a95634d900921b7ddca6baea037d782931 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 28 Nov 2022 12:19:35 +0000 Subject: [PATCH] AU: 2 updated - duplicatefilefinder firefox-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/db476e5458e6ae98064735dd882ddc4b4958cbbe --- automatic/duplicatefilefinder/duplicatefilefinder.nuspec | 2 +- automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 | 4 ++-- automatic/firefox-nightly/firefox-nightly.json | 2 +- automatic/firefox-nightly/firefox-nightly.nuspec | 2 +- automatic/firefox-nightly/tools/chocolateyInstall.ps1 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/duplicatefilefinder/duplicatefilefinder.nuspec b/automatic/duplicatefilefinder/duplicatefilefinder.nuspec index 773cd8ab6..c3161df2e 100644 --- a/automatic/duplicatefilefinder/duplicatefilefinder.nuspec +++ b/automatic/duplicatefilefinder/duplicatefilefinder.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 10.0.0.0 + 10.0.0.1 Maurice Kevenaar diff --git a/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 b/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 index 515692853..d45f18fad 100644 --- a/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 +++ b/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://downloads.auslogics.com/en/duplicate-file-finder/auslogics-duplicate-file-finder-setup.exe?clientId=1022027705.1668705161' -$checksum = '24201805dd7e5dd363c4a4426df37d0fe6c716f8a8e43fe73cc81e830d883d25' +$url = 'https://downloads.auslogics.com/en/duplicate-file-finder/auslogics-duplicate-file-finder-setup.exe?clientId=2058979073.1669637562' +$checksum = '5882c4d9e5d43a97768216169b5f7d73c1cf9d144f9c4c1a527f12c3a8467559' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/firefox-nightly/firefox-nightly.json b/automatic/firefox-nightly/firefox-nightly.json index 9300d47fd..02c8ce4f0 100644 --- a/automatic/firefox-nightly/firefox-nightly.json +++ b/automatic/firefox-nightly/firefox-nightly.json @@ -1,3 +1,3 @@ { - "nightly": "109.0.1.2022112721-alpha" + "nightly": "109.0.1.2022112809-alpha" } diff --git a/automatic/firefox-nightly/firefox-nightly.nuspec b/automatic/firefox-nightly/firefox-nightly.nuspec index ec8c631ef..ef0c1e086 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 - 109.0.1.2022112721-alpha + 109.0.1.2022112809-alpha Maurice Kevenaar diff --git a/automatic/firefox-nightly/tools/chocolateyInstall.ps1 b/automatic/firefox-nightly/tools/chocolateyInstall.ps1 index 9ca3a7aed..73f9bf2f1 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/11/2022-11-27-21-26-19-mozilla-central/firefox-109.0a1.${locale}.win32.installer.exe" + Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-28-09-43-37-mozilla-central/firefox-109.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/11/2022-11-27-21-26-19-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe" + $packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-28-09-43-37-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe" } Install-ChocolateyPackage @packageArgs