Skip to content

Commit

Permalink
AU: 3 updated - krita mkdocs-material smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 13, 2018
1 parent 0d22cb6 commit 69b7a48
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>4.0.3</version>
<version>4.0.4</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is the full-featured free digital painting studio for artists who want to create professional work from start to end. Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry. The name “Krita” comes from Swedish, and means “to draw” or “chalk” and was taken after the names “KImageShop” and “Krayon” gave problems.
Expand Down
8 changes: 4 additions & 4 deletions automatic/krita/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x86: https://download.kde.org/stable/krita/4.0.3/krita-x86-4.0.3-setup.exe
x64: https://download.kde.org/stable/krita/4.0.3/krita-x64-4.0.3-setup.exe
x86: https://download.kde.org/stable/krita/4.0.4/krita-x86-4.0.4-setup.exe
x64: https://download.kde.org/stable/krita/4.0.4/krita-x64-4.0.4-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 233A3483793EBA8DE03B42EC8530F94FBC22988DF8FE15D2DF067FB35646F132
checksum64: FD3556CB805DAFEECF18822A8BDA5D8692284A4CF938ACD20E623D50FBD54956
checksum32: 0FDFD1F2C71FF1376727C4E820B78DC474561FA4B46194DE0EBCB9F525977B9D
checksum64: CAB1F6516BA969A8307570D76138DD6F5B0F4C4A43C81E9A06BBF879467A0D99

Checksums type: sha256

Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
file = "$toolsDir\krita-x86-4.0.3-setup.exe"
file64 = "$toolsDir\krita-x64-4.0.3-setup.exe"
file = "$toolsDir\krita-x86-4.0.4-setup.exe"
file64 = "$toolsDir\krita-x64-4.0.4-setup.exe"
fileType = 'exe'
packageName = 'krita'
softwareName = 'Krita'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>2.8.0</version>
<version>2.9.0</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.8.0'
$version = '2.9.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
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</owners>
<version>9.0.2580.0</version>
<version>9.0.2582.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 = 'a2e36c43d5efeecdbca0205d9816b066c902e2f60625b76e74dcf75592aa7d65'
checksum64 = '45945caa2a3b79127956ad81c9c1f879ccd9e5351e01cdd3a9a274ab1eedf3ea'
checksum = 'a76bf4fafdbc286fae21eaf8d9971a47cd6ae5c2fb5e9eab927fd7f269e01bc4'
checksum64 = '97ad8311de22c226eb7372cf7eb572f489c67663cced35ac85b1f54b55f8b026'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 69b7a48

Please sign in to comment.