Skip to content

Commit

Permalink
AU: 2 updated - chromium zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 27, 2022
1 parent 5ebaf42 commit ad09674
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "102.0.4967.0-snapshots",
"snapshots": "102.0.4968.0-snapshots",
"stable": "99.0.4844.84"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>99.0.4844.84</version>
<title>Chromium</title>
<version>102.0.4968.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v99.0.4844.84-r1060/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v99.0.4844.84-r1060/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/985744/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/985741/mini_installer.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
checksum32: 838812D29C538BFD9F81B2166F3739C567EE2A89E23DFB4B7439DCF721B445FB
checksum64: 9EF928B267CF8C3CA6B7FBB89B58259A2CDED5A06EB33CA266FFD019BBA7A007
checksum32: 542CFF4FF6390A34DB5EEC4AB88121053FFCDF14133E50AF1489ACF807D23AD4
checksum64: 252400BA2E0AAEC75566E3A850D7F74A2C0410FB00912CFBCE0B88B529DC4A83

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "99.0.4844.84"
$version = "102.0.4968.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.3/Zotero-6.0.3_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.4/Zotero-6.0.4_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: 5FFE268DE4BC06615601AB70F68837FB8BBC61440E9A879912EDCE3D836EFE8B
checksum: 06883229CF6E228BDF5CCA351C1CB8FB2BBE45707D2ABA62C9C93B362C2F0511

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.3_setup.exe"
file = "$toolsPath\Zotero-6.0.4_setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
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.3</version>
<version>6.0.4</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 ad09674

Please sign in to comment.