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 committed Mar 16, 2019
1 parent d164576 commit b0d7045
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": "75.0.3735.0-snapshots",
"snapshots": "75.0.3736.0-snapshots",
"stable": "73.0.3683.75"
}
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>73.0.3683.75</version>
<title>Chromium</title>
<version>75.0.3736.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/henrypp/chromium/releases/download/v73.0.3683.75-r625896-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.75-r625896-win64/chromium-sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/641404/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641407/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: FA2531493F81BE66B434C0B7BEB2F48B8061E0EF2C9D12F2E82B3E454AE8342A
checksum64: 8575D274939D6EC7B459C75AE69705E1E3C31914BA51C9C6274898DB3313EA68
checksum32: DD56C8F6067EF04D9AC1C5AE6E24143DD6FD5A1543A2FFB002B2EF9741D4DD46
checksum64: 8AE8497E6B0E459C513406C86450A86AA2619BB74519E46924D0C0EEC78A682E

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 = "73.0.3683.75"
$version = "75.0.3736.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/5.0.62/Zotero-5.0.62_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.63/Zotero-5.0.63_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: F36B3AD532B8BDB19481ADC7A0BBD3219170167AACC3A39F82FD4982AB92768A
checksum: 4057B53AFA82FCF1364127B2DE135FF67B75522D22265118D8CB94E240FADD18

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 Standalone *'
file = "$toolsPath\Zotero-5.0.62_setup.exe"
file = "$toolsPath\Zotero-5.0.63_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</owners>
<version>5.0.62</version>
<version>5.0.63</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/chocolatey-coreteampackages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit b0d7045

Please sign in to comment.