Skip to content

Commit

Permalink
AU: 7 updated - dropbox filezilla krita maxthon.commandline nodejs no…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 27, 2019
1 parent 11bdfac commit 9d03e08
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "76.3.110-beta",
"beta": "76.3.120-beta",
"stable": "76.3.110"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>76.3.110</version>
<version>76.3.120-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '76.3.110'
$version = '76.3.120'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2076.3.110%20Offline%20Installer.exe'
checksum = '42d2ac90f620346175fc50432c458de0f5b6cbd0d13f424127e93c8841b355ca'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2076.3.120%20Offline%20Installer.exe'
checksum = '9f049d011553f384c17563de40232c29f10915584c6be816ada3b18c2e2774b7'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
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.42.0</version>
<version>3.43.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/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

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.42.0_win32-setup.exe?h=Cd1-4j2deX7NhPbJcH7Nwg&x=1557148028
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.42.0_win64-setup.exe?h=kmQSGBKDwWT-l6QxAZMC1A&x=1557148028
x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.43.0_win32-setup.exe?h=n4garG1RpceXdZSQbphVuA&x=1561662464
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.43.0_win64-setup.exe?h=zkeIgqEt7U5XlX4-281CLQ&x=1561662464

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'

checksum32: AAC7B79A0FC97C8559A5461021A9F34F8B58D5C0877B4E4AD241CA9466A43E62
checksum64: FAE313CCE88EE91FB2D066E05C0A705053541DFB5B0C6C1CA032DB4156858E9A
checksum32: B9B6D067905D80DD690E124E2E040688A2D7D6C52A0A05A017AB156DBD0942B8
checksum64: 77C530476E32095B44A88E6D6D9C1DA954123265EA1676DCD761DE636958B6A4

Using AU:

Expand Down
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.2.1</version>
<version>4.2.2</version>
<owners>chocolatey,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
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.2.1/krita-x86-4.2.1-setup.exe
x64: https://download.kde.org/stable/krita/4.2.1/krita-x64-4.2.1-setup.exe
x86: https://download.kde.org/stable/krita/4.2.2/krita-x86-4.2.2-setup.exe
x64: https://download.kde.org/stable/krita/4.2.2/krita-x64-4.2.2-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: 69EA1E5455353A600D956140820027A58D9159FFAEC602340CBB2A884F254347
checksum64: B6D34F697E5BAD7A8CF92A45FE87F883CDF914FE8166DFEE3CB7B5D33FE34308
checksum32: 7835025E766EF0507BA9C7D7059C57B5227B26C2C039B6467BA6FEC86C7F8F68
checksum64: CDADC54E99ADFC08DEC021D6117811149C72312E8366EE93B811094A49BD3443

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
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
silentArgs = "/S"
softwareName = 'Krita'

url = 'https://download.kde.org/stable/krita/4.2.1/krita-x86-4.2.1-setup.exe'
checksum = '69EA1E5455353A600D956140820027A58D9159FFAEC602340CBB2A884F254347'
url = 'https://download.kde.org/stable/krita/4.2.2/krita-x86-4.2.2-setup.exe'
checksum = '7835025E766EF0507BA9C7D7059C57B5227B26C2C039B6467BA6FEC86C7F8F68'
checksumType = 'sha256'
file64 = Get-Item $toolsDir\*.exe
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/maxthon.commandline/maxthon.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>maxthon.commandline</id>
<version>5.2.7.4000</version>
<version>5.2.7.5000</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey, Maxthon International Limited</owners>
<title>Maxthon (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/maxthon.commandline/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.7.4000.7z'
checksum = '92c6869a39d80a203e442b596e622cb883dc8f1a7dfa575a82d070775add7841'
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.7.5000.7z'
checksum = '913f3e413dced372fdb1f51863c02735dc1f0f375c0c905bb4ce134616291b1b'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v12.4.0/node-v12.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.4.0/node-v12.4.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v12.5.0/node-v12.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v12.5.0/node-v12.5.0-x64.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: 2BB09EBCE2B62DA1382F8F7B28116BEA7AA37F5D1D9509E9DAA4A94A76860CF7
checksum64: 323A41A8C5EC6FC6F48DC853E9DB886A1C23853D6D08A679907A77EDA6AE5E61
checksum32: 756E9E038BB7D5064DD796F711148AECA1A96F0AE120BC533B43E5E5E1E1057C
checksum64: DB25E37585128891E23B1EEB3F0C22DE51FD8901247AAFD09CD47D35E03DA712

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"9": "9.11.2",
"10": "10.16.0",
"11": "11.15.0",
"12": "12.4.0",
"12": "12.5.0",
"5": "5.12.0",
"7": "7.10.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>12.4.0</version>
<version>12.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v12.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v12.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v12.5.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"9": "9.11.2",
"10": "10.16.0",
"11": "11.15.0",
"12": "12.4.0",
"12": "12.5.0",
"5": "5.12.0",
"7": "7.10.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>12.4.0</version>
<version>12.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.4.0]" />
<dependency id="nodejs.install" version="[12.5.0]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.06.21/youtube-dl.exe>
1. Download <https://github.com/ytdl-org/youtube-dl/releases/download/2019.06.27/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: 2fc7eed355c7f30ace659854b68d692349b191a888a8de5222a80de9a941475eadce6317de29fa837682dfa69745f3813977e1430a05408c09e225e93346935f
checksum: eab4b2b4fc3e2d50a0d5f37b453f6ed1ea849b1b2f160b8c1feabf8edeb9e218bd415d6620ec41db357dbd142ac4006fdaac80cc0f979e361c47ce5a4e8c1f32

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.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>youtube-dl</id>
<version>2019.06.21</version>
<version>2019.06.27</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 9d03e08

Please sign in to comment.