diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index 3a69a8c7be1..13309d7e3c8 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 32.3.1 + 32.4.0 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 7d421b7c84c..946fa423755 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.3.1.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.3.1.win64.installer.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' softwareName = 'Pale Moon*' - checksum = 'c18ae5f0248f54abe5264da4ede4f930dcb81bd251949b8cbb7f3f61bac4fc9f' + checksum = 'f341889290f6778ede7fdb1c0258a43e1b9a425d9ce99ab2905a3a6dda1f106f' checksumType = 'sha256' - checksum64 = 'd7bbf6c97a228296caa659d63ffc56fd582922eb46ef846d3eec656325485d4a' + checksum64 = '39dad4a891ab64c5e028c44d92dd6378883480ea2609ef068c9c499badb055e1' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/zotero/legal/VERIFICATION.txt b/automatic/zotero/legal/VERIFICATION.txt index 2888ecd283f..6836a391772 100644 --- a/automatic/zotero/legal/VERIFICATION.txt +++ b/automatic/zotero/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on (The listed url gets redirected to another one) and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 86A7C08E49ABD762D5638ADCEF3F34489EA6E2CB25646F07F749BE481D5E6D2E + checksum: 409574FD8047B43AA8D0F867E21225B18ABFA27F4A416204C4E695E93AEFA4E3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero/tools/chocolateyInstall.ps1 b/automatic/zotero/tools/chocolateyInstall.ps1 index 51a0af209e2..a911b3d13c3 100644 --- a/automatic/zotero/tools/chocolateyInstall.ps1 +++ b/automatic/zotero/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ silentArgs = '/S' validExitCodes = @(0) softwareName = 'Zotero' - file = "$toolsPath\Zotero-6.0.26_setup.exe" + file = "$toolsPath\Zotero-6.0.27_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero/update.ps1 b/automatic/zotero/update.ps1 index 37e8b90f381..dd75b7f91f9 100644 --- a/automatic/zotero/update.ps1 +++ b/automatic/zotero/update.ps1 @@ -31,7 +31,7 @@ function global:au_SearchReplace { function global:au_GetLatest { $url = Get-RedirectedUrl -url $releases - $version = $url -split '/' | select -Last 1 -Skip 1 + $version = $url -split '/' | Select-Object -Last 1 -Skip 1 @{ Version = $version diff --git a/automatic/zotero/zotero.nuspec b/automatic/zotero/zotero.nuspec index 0cc9f1f53ea..904b10b97f6 100644 --- a/automatic/zotero/zotero.nuspec +++ b/automatic/zotero/zotero.nuspec @@ -5,7 +5,7 @@ zotero Zotero chocolatey-community - 6.0.26 + 6.0.27 Center for History and New Media, et. al. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png