Skip to content

Commit

Permalink
AU: 2 updated - kitty smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 17, 2023
1 parent 779eeda commit 9a5d340
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.76.1.12</version>
<version>0.76.1.13</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.12/kitty-bin-0.76.1.12.zip
1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.13/kitty-bin-0.76.1.13.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'

SHA256: a7630917b23e37e4f80cd2d9bc3d52a1945b77075b6c27674aa5ba7b89aeb527
SHA256: 768d93e616c0dd8918c08d317da3857d37a5328daff5c7115b40700913773965

Using AU:

Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.12/kitty-bin-0.76.1.12.zip
Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.13/kitty-bin-0.76.1.13.zip

File 'LICENSE.TXT' is obtained from:
https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ StopProcesses

$packageArgs = @{
PackageName = 'kitty'
FileFullPath = "$toolsPath\kitty-bin-0.76.1.12.zip"
FileFullPath = "$toolsPath\kitty-bin-0.76.1.13.zip"
Destination = $toolsPath
}

Expand Down
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.3155.0</version>
<version>10.0.3156.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 = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '3bb96bec61981e043081191b44d04ec4b64beef3afcad5e4c08003a02a7ccfb3'
checksum64 = '110e0d23e7bc69c0e71b104506f65e78bacd8421509e872a479f9dd989881acf'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 9a5d340

Please sign in to comment.