From 3e48819d9fba29f1a886a77e7d05503f4d12c5fc Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 14 Sep 2023 12:15:22 +0000 Subject: [PATCH] AU: 1 updated - palemoon [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/bf739628b03c5818e2fe125f308d58ca06c3c562 --- automatic/palemoon/palemoon.nuspec | 2 +- automatic/palemoon/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index 13309d7e3c8..c348beadc5b 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 32.4.0 + 32.4.0.1 Moonchild Productions chocolatey-community,Redsandro A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index 946fa423755..98135b3c50a 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'https://rm-eu.palemoon.org/release/palemoon-32.4.0.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.4.0.win64.installer.exe' + url = 'https://rm-eu.palemoon.org/release/palemoon-32.4.0.1.win32.installer.exe' + url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.4.0.1.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = 'f341889290f6778ede7fdb1c0258a43e1b9a425d9ce99ab2905a3a6dda1f106f' + checksum = 'cb007bef8e41c5820ac8b377fac28c27db23e348d3763b94f63ebebcb7695422' checksumType = 'sha256' - checksum64 = '39dad4a891ab64c5e028c44d92dd6378883480ea2609ef068c9c499badb055e1' + checksum64 = '0297d7020724fb203be1307b4d0bd15cebd84cda10d53b6be99d0b205fbe1736' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"