Skip to content

Commit

Permalink
AU: 3 updated - sysinternals vim zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 16, 2020
1 parent 0af64a5 commit be1f3ff
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2020.9.18</version>
<version>2020.10.15</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '5999b0a6b2406278494d1e9adecb7be6ab62af7e66cab7b48be04487a5d30b38'
checksum = 'a25e777a3d8ba747e24629288de3ee089d2e0290710f0113bf8ef84091008a1c'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '81139e73dc1a6f25de2d19967c4a49994a00e1193fa8959cf46f6b141d2f10df'
$packageArgs.checksum = '0e836b39abce3d0ad2e095f2b87860f6755cdde3bd2a49d9d4aa103463bdaa2b'
}

$old_path = 'c:\sysinternals'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1845/gvim_8.2.1845_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1845/gvim_8.2.1845_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1852/gvim_8.2.1852_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1852/gvim_8.2.1852_x64.zip>
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: 5407BB8F235E1AA99CF143C0A9769ED0725482F091E7A686E95A500A4C2EC51F
checksum64: 1A2F47CE178DAA5770994578772D1EEE4EB504846E7AF84E78EDBEAD2885597B
checksum32: 0BBB5D10A7B25EC0271A858508714D35D849978C8FD7E044D1068BC72CA7C6D5
checksum64: 1D6CEAE972132D65A84F81718447ED6795517FB8F3B5479036B6FDC1EC2238B1
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1845_x86.zip"
file64 = "$toolsDir\gvim_8.2.1845_x64.zip"
file = "$toolsDir\gvim_8.2.1852_x86.zip"
file64 = "$toolsDir\gvim_8.2.1852_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1845</version>
<version>8.2.1852</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
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.91/Zotero-5.0.91_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.92/Zotero-5.0.92_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: 28CD35614AE053471CA978E75F7361AE6AAF52BDECF3BCFA4B86E15230E180F4
checksum: FF10CAE62FFA141BA7CA88A00DD34C2FCDC375DD9E72023AAB4C1D507882F24A

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.91_setup.exe"
file = "$toolsPath\Zotero-5.0.92_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.91</version>
<version>5.0.92</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 be1f3ff

Please sign in to comment.