Skip to content

Commit

Permalink
AU: 3 updated - dropbox notepadplusplus notepadplusplus.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 14, 2018
1 parent fb01e5d commit f10137d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "61.3.92-beta",
"stable": "60.4.107"
"stable": "62.3.93"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>61.3.92-beta</version>
<version>62.3.93</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2061.3.92%20Offline%20Installer.exe'
checksum = '675b3d7fe59ed72eb1a5b6358576c77fc3166b6bfe4a0ca40c6346e0d512fa86'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2062.3.93%20Offline%20Installer.exe'
checksum = '43d31bdb87bdafb308705f1dae4fccc679a9d6b328618b58001dea499c125c32'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://notepad-plus-plus.org/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.9/npp.7.5.9.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.5.9/npp.7.5.9.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6/npp.7.6.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6/npp.7.6.bin.x64.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 184B5F31658F829BA7DA88D174C2BA3049D60DCDC9FB94BDA10B7ACF69A731A0
checksum64: CB239092FC463DB52F82F88399C0692883D83D61DFA28F407EDB6AF1534E5275
checksum32: 31DD544D5B76CED96CCC9FCEAB0CA999FA392AE2BACE5B96801E94DACF00511F
checksum64: 24E31BB5488B514B0C7B6872D5ED0E1D6EA1A141690E1FF4F460028416F36EBD

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.5.9</version>
<version>7.6</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.7.5.9.bin.7z"
file64 = "$toolsPath\npp.7.5.9.bin.x64.7z"
file = "$toolsPath\npp.7.6.bin.7z"
file64 = "$toolsPath\npp.7.6.bin.x64.7z"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.5.9</version>
<version>7.6</version>
<authors>Don Ho</authors>
<owners>chocolatey</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[7.5.9]" />
<dependency id="notepadplusplus.install" version="[7.6]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit f10137d

Please sign in to comment.