Skip to content

Commit

Permalink
AU: 2 updated - vim zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 3, 2019
1 parent 57cabc8 commit 192a4c5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.1.2380/gvim_8.1.2380_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2380/gvim_8.1.2380_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2383/gvim_8.1.2383_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2383/gvim_8.1.2383_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: A75ECED201525F6C6B19C2D1FC387B2E4145110C92C34CF55921B03A154B4CFB
checksum64: 26CF66A2AA935812AAF11E8616B01285167C693012D01231BFC15B30A6798E41
checksum32: 94F7D692668487E49AC56754F2847FC04926056647942D36A5BB8E1CF02658BD
checksum64: 3E8D337AD02DB61367180F818AAC2527841100C37736D697590ACEEC9B6D5CE7
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.1.2380_x86.zip"
file64 = "$toolsDir\gvim_8.1.2380_x64.zip"
file = "$toolsDir\gvim_8.1.2383_x86.zip"
file64 = "$toolsDir\gvim_8.1.2383_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.1.2380</version>
<version>8.1.2383</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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.78/Zotero-5.0.78_setup.exe>
1. Download the following <https://download.zotero.org/client/release/5.0.79/Zotero-5.0.79_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: 55FA0292DF729B64A916EE44FDD243C4B01DA718109C81EA708C7795E1AD4832
checksum: F4802FA2150302FBCDF33C5A662275BDAC5C5D56C8E7D9DB8D4EE7E1DA0D5777

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.78_setup.exe"
file = "$toolsPath\Zotero-5.0.79_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.78</version>
<version>5.0.79</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 192a4c5

Please sign in to comment.