Skip to content

Commit

Permalink
AU: 5 updated - filezilla putty putty.install putty.portable vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 16, 2024
1 parent 961e31b commit d1a73c2
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.66.5</version>
<version>3.67.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 88C73DDF0CEE94B4B799D563BAD4043A5B711ED79E7BDCD70DECC421431C1C42
checksum64: B5DC1C1A5D7112D19F225D14B0BA7E704994D619E6B2767BE341CBECA885D933
checksum32: 82390BF669EEA477F48C88DDF848F75639AA56600BC54815F561D69A4BC24FB7
checksum64: D7E11B178FCC3D1EE7F6AD3DCE6DA2EA043DE64D521CF3578FB09031CBDB0AE2

Using Chocolatey AU:

Expand Down
8 changes: 4 additions & 4 deletions automatic/putty.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:


1. Download the following installers:
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.80-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.80-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.81-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.81-installer.msi>
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: 1407101E95BBA5343A20F9BF9324D4D5410567723B255F6E06396A0B5FC655A0
checksum64: 858399EE9EE49E15A78C7018DBF0DD73DBA8337D6F0ADB841896BA553C9A646C
checksum32: DEA085CA2D7CC04D437AFD72B235AA1BFACAF495FB07F5733C7BC51DD8BBA34A
checksum64: 6C297C89D32D7FB5C6D10B1DA2612C9557A5126715C4A78690D5D8067488F5F2

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.install/putty.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty.install</id>
<version>0.80</version>
<version>0.81</version>
<title>PuTTY (Install)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = "putty.install"
FileType = "msi"
SoftwareName = "PuTTY"
File = "$toolsPath\putty-0.80-installer.msi"
File64 = "$toolsPath\putty-64bit-0.80-installer.msi"
File = "$toolsPath\putty-0.81-installer.msi"
File64 = "$toolsPath\putty-64bit-0.81-installer.msi"
SilentArgs = '/qn /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
ValidExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: EDFA44A1E74EC6685A4045C0D3D1A6271E888B86F6EEAFA3A65F6C53EE27AF07
checksum64: 8201A7391C3439E6303BCB84FC4CF5CE5763AFB8CA1858D4B424CADC133509B2
checksum32: 0DE150059389F6A6ECC05DF30798D47157699A33596AB00D8B1C2C9BEC2AEFE5
checksum64: 7778A9457F089852D4F531554952739F126000CBD61A504F65F168904F5C50F2

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.portable/putty.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty.portable</id>
<version>0.80</version>
<version>0.81</version>
<title>PuTTY (Portable)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty/putty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>putty</id>
<version>0.80</version>
<version>0.81</version>
<title>PuTTY</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -51,7 +51,7 @@
<summary>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</summary>
<tags>putty telnet ssh foss cross-platform</tags>
<dependencies>
<dependency id="putty.portable" version="[0.80]" />
<dependency id="putty.portable" version="[0.81]" />
</dependencies>
</metadata>
<files>
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/v9.1.0330/gvim_9.1.0330_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0330/gvim_9.1.0330_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0336/gvim_9.1.0336_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0336/gvim_9.1.0336_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: A9F40D4111EE43FBCBF1AA5690A4CEF33E7F7B78FAAC2AF6A20EFC12297E7300
checksum64: BDC27F1A6D81B72272E56D7A75DFF7BD9B5861C354AB789581C873E9B0379493
checksum32: 7F17F6A2F0B212163B2B85A65B0490EEB215E2B484AADD4DD9E06CC07CC9EB7E
checksum64: 56343B2E7B48F7C2C6BBE8F03E80C7DC7D7159BD1550FB7E61BE1608693070B3
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_9.1.0330_x86.zip"
file64 = "$toolsDir\gvim_9.1.0330_x64.zip"
file = "$toolsDir\gvim_9.1.0336_x86.zip"
file64 = "$toolsDir\gvim_9.1.0336_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>9.1.0330</version>
<version>9.1.0336</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 d1a73c2

Please sign in to comment.