Skip to content

Commit

Permalink
AU: 3 updated - graphviz smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 29, 2021
1 parent a604d05 commit 11c06aa
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/graphviz/graphviz.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>2.48.0</version>
<version>2.49.0</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.48.0/stable_windows_10_cmake_Release_x64_graphviz-install-2.48.0-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.0/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.0-win64.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'

checksum64: 2082C15E56E5458F9CA20E7145D2B9DF0B1E971A42B8D56316F5ADDB26FE0B1E
checksum64: A50EEE12B51777748ABA7D6573A80A1C6FF55FC69676065F824F1C6B974943C1


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\stable_windows_10_cmake_Release_x64_graphviz-install-2.48.0-win64.exe.exe"
file64 = "$toolsPath\stable_windows_10_cmake_Release_x64_graphviz-install-2.49.0-win64.exe.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.2908.0</version>
<version>10.0.2909.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
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 = '11ffbafd16caeed62c1bcf15863628fdb5254723ce80aa038a987333999174f4'
checksum64 = 'e6e4d309012f9960e30e80e39be797734ee07bf7e9590c83a405fbc242778d61'
checksum = '76d10e3d44663f4adee1ff2c6ae4f2523151bc3ea27b51d1243a482870ec8b12'
checksum64 = '36c6ee7bfc6794b3f6ec1e1579fc1f67fc9100ba78cc2b576e163d8a101cd6bb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.3378/gvim_8.2.3378_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3378/gvim_8.2.3378_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3384/gvim_8.2.3384_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3384/gvim_8.2.3384_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: BB0218B021E022711759DB9CE32E1193E78AFF73D823B429D9E2488352062737
checksum64: 7A09C3CB0BADDBCE5BCC9C2FD2E8B70F17770E6BB170516669C142C444389A98
checksum32: 447E7D2CD2405328528754FF065F7E24EB1BF58B471832AF54FDCC2019E41529
checksum64: 41A327739ADF29AB0C771676E480D7E02531B822F35C3554696FA7CCF3E231A4
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3378_x86.zip"
file64 = "$toolsDir\gvim_8.2.3378_x64.zip"
file = "$toolsDir\gvim_8.2.3384_x86.zip"
file64 = "$toolsDir\gvim_8.2.3384_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3378</version>
<version>8.2.3384</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

0 comments on commit 11c06aa

Please sign in to comment.