Skip to content

Commit

Permalink
AU: 3 updated - smartftp vim zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 22, 2022
1 parent ec95dd4 commit 2396c8a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.2958.0</version>
<version>10.0.2959.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '0a93024c1915822f4a0968f70c9c560232f80ce77d9b8da7568c9ecf985017c9'
checksum64 = '65229f1b245e23a41fa8b2dd4d0a75249ca1d05a1557db80bf192ac4b090c0ff'
checksum64 = '6f630fc8b68cdf055bb0929ee8a173f71ef57ece9135ddac99fe402f060001a9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
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.4755/gvim_8.2.4755_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4755/gvim_8.2.4755_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4803/gvim_8.2.4803_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4803/gvim_8.2.4803_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: 64CDDB784DA95519C1509A9B098D08631DD30DA8F3C62177E228A8DBC12FA5F7
checksum64: 2766F1983A42BB9A0571810211DD5C0EFB72F4314B9B9F2F52B771D68E2EBD05
checksum32: BF7BB096422A74BCF7BD51E32E84F5EE86BC94375AC9D3BF9D3B2DFAECE7B6EB
checksum64: CD98BA5F87DE7247A30B91197CCCB2312A37632F36210CFBAB27C77235EC6B11
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.4755_x86.zip"
file64 = "$toolsDir\gvim_8.2.4755_x64.zip"
file = "$toolsDir\gvim_8.2.4803_x86.zip"
file64 = "$toolsDir\gvim_8.2.4803_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.4755</version>
<version>8.2.4803</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/6.0.4/Zotero-6.0.4_setup.exe>
1. Download the following <https://download.zotero.org/client/release/6.0.5/Zotero-6.0.5_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: 06883229CF6E228BDF5CCA351C1CB8FB2BBE45707D2ABA62C9C93B362C2F0511
checksum: 7104E63798AA8AC27A33314C3CEBFB7B16476974ACC8F76C3B967C6B0BF300B3

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.4_setup.exe"
file = "$toolsPath\Zotero-6.0.5_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.4</version>
<version>6.0.5</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 2396c8a

Please sign in to comment.