Skip to content

Commit

Permalink
AU: 4 updated - peazip peazip.install smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 2, 2019
1 parent f790410 commit dab9cea
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions automatic/peazip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The installer have been downloaded from the alternative GitHub mirror listed on
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.9.2/peazip-6.9.2.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/6.9.2/peazip-6.9.2.WIN64.exe>
32-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WINDOWS.exe>
64-Bit: <https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WIN64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 43A21A5409436E6554A648DAE2854C5F03B03806C3D69FEC736C38B5A0D056AC
checksum64: CD2F91B4E2ED1DFC4C006593F79950A3154B62320BD9F1562A8C830213904DFC
checksum32: E33EE38EA23AAE939575A8E51CBE9AE4BECBD61B2644326885504AB9F861A68B
checksum64: CC2698AE68AD6E660E9E7A3EC14C216E63B683F57321E4BCF781913A23CB7AFE

The included 'LICENSE.txt' file have been obtained from <https://www.gnu.org/licenses/lgpl-3.0.txt>
and should be the correct license as mentioned on their project page <http://peazip.org/peazip-tos-privacy.html>.
2 changes: 1 addition & 1 deletion automatic/peazip.install/peazip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip.install</id>
<title>PeaZip (Install)</title>
<version>6.9.2</version>
<version>7.0.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\peazip-6.9.2.WINDOWS.exe"
file64 = "$toolsDir\peazip-6.9.2.WIN64.exe"
file = "$toolsDir\peazip-7.0.0.WINDOWS.exe"
file64 = "$toolsDir\peazip-7.0.0.WIN64.exe"
fileType = 'exe'
packageName = 'peazip.install'
softwareName = 'PeaZip'
Expand Down
4 changes: 2 additions & 2 deletions automatic/peazip/peazip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>peazip</id>
<title>PeaZip</title>
<version>6.9.2</version>
<version>7.0.0</version>
<authors>Giorgio Tani</authors>
<owners>chocolatey,dtgm</owners>
<summary>PeaZip is a free cross-platform file archiver.</summary>
Expand All @@ -27,7 +27,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg</iconUrl>
<releaseNotes>[PeaZip changelog](http://www.peazip.org/changelog.html)</releaseNotes>
<dependencies>
<dependency id="peazip.install" version="[6.9.2]" />
<dependency id="peazip.install" version="[7.0.0]" />
</dependencies>
</metadata>
</package>
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</owners>
<version>9.0.2725.0</version>
<version>9.0.2726.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
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'a4e2b28ca412a2ffbe5aec631b5b8bf1e977cb38961b0e3bfb7d03017f4a1a26'
checksum64 = '4c0f0c52abc4d663b25a0bc42630897f0e52bd95f0c3e177be44f4cad9435afd'
checksum = 'ee374a4528d076c953ae5aa2bf7d566262f5e5d16cd7eccd20a817939e930656'
checksum64 = '894a2a39de6388a543f8f482ba159d8e3ed72afa54c4d3d666f113855017fd6a'
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.1.2361/gvim_8.1.2361_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2361/gvim_8.1.2361_x64.zip>
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>
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: 6C52DA83C82D5ADD531676AEDBF6FF301AB6E422B935B52BC09CEDA5D2B030C2
checksum64: 4FB493A65115BC372C443826859F7CC59DC0A5B36C2DE51BD522AFD48352E5E8
checksum32: A75ECED201525F6C6B19C2D1FC387B2E4145110C92C34CF55921B03A154B4CFB
checksum64: 26CF66A2AA935812AAF11E8616B01285167C693012D01231BFC15B30A6798E41
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.2361_x86.zip"
file64 = "$toolsDir\gvim_8.1.2361_x64.zip"
file = "$toolsDir\gvim_8.1.2380_x86.zip"
file64 = "$toolsDir\gvim_8.1.2380_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.2361</version>
<version>8.1.2380</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

0 comments on commit dab9cea

Please sign in to comment.