Skip to content

Commit

Permalink
AU: 3 updated - Everything googlechromebeta zotero
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 19, 2021
1 parent 7355b03 commit 136d151
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/everything/Everything.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Everything</id>
<version>1.4.11003</version>
<version>1.4.11004</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.1003.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1003.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.1004.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1004.x64-Setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 732473BE3679E59859EB2521EEAD0CAAFC0C1EF4D3980AFBE6570E2947DD2DE5
checksum64: F5C2AFCF27E2152FC2E9D0280BB56788DC55800FD19C71DFD6B9B86744C1F0FC
checksum32: BF317A28259DFBCE872ADDB9FADFC855776DBD95D20D67A868C993FD74721DFD
checksum64: CDC337B6957756CBE9E556EFB507BF79EF95960E7710A8E8057671AFDB5D559A
checksum es.exe: 5AE97E10B832B8B94427B685E3C733896524B2269D8E096D40194F3CCB05A073

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1003.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1004.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>88.0.4324.87-beta</version>
<version>88.0.4324.96-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '88.0.4324.87-beta'
$version = '88.0.4324.96-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'af7c56ed956876c2c2bb7a54c8584e47d4afcacae4279c0940260e816e5ec6f1'
checksum64 = '6fa194a4d5db08860fe2b6055bfe367441f20b7476417f18b8a0bfb60551d1d6'
checksum = '96bbb0ffa1604a618348f7e57847003879a6303c294bd46ae36e79cb7032e43c'
checksum64 = '03dd6c2395a44e94545a02414af25268c1c6f32872188dedbd34ef8a184036a6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.95/Zotero-5.0.95_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.95.1/Zotero-5.0.95.1_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: ACE2C3A541B827BA1B1501FC728DB7867A3ECEBC18FFD8ADBD7E237A57AC9A35
checksum: 085F5D44DC239DD8C90E9D2D17F381EC018390C88DFAEDC59B923B13462C4C98

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-5.0.95_setup.exe"
file = "$toolsPath\Zotero-5.0.95.1_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>5.0.95</version>
<version>5.0.95.1</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-coreteampackages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png</iconUrl>
Expand Down

0 comments on commit 136d151

Please sign in to comment.