Skip to content

Commit

Permalink
AU: 2 updated - palemoon zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 5, 2023
1 parent cf0596c commit 7690de3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.3.1</version>
<version>32.4.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/zotero/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.zotero.org/download/> (The listed url gets redirected to another one)
and can be verified by doing the following:

1. Download the following <https://download.zotero.org/client/release/6.0.26/Zotero-6.0.26_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.27/Zotero-6.0.27_setup.exe>
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 <https://github.com/zotero/zotero/blob/929288f9811a5026053ae154ca08cc4a9da13c52/COPYING>
2 changes: 1 addition & 1 deletion automatic/zotero/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/zotero/zotero.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>zotero</id>
<title>Zotero</title>
<owners>chocolatey-community</owners>
<version>6.0.26</version>
<version>6.0.27</version>
<authors>Center for History and New Media, et. al.</authors>
<summary>Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. </summary>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 7690de3

Please sign in to comment.