Skip to content

Commit

Permalink
AU: 5 updated - notepadplusplus notepadplusplus.commandline notepadpl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 5, 2019
1 parent ee8cb95 commit c7f9d45
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.1/npp.7.8.1.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.1/npp.7.8.1.bin.x64.7z>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.7z>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.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: 3A422D7FB6FB93392BACF005EBA5753B6E085A2329697C65652738122BD63B55
checksum64: 3C858379762E4BF8882B5799C887DBAE4C96D8B8BEDB404BBF7E2165507EFD18
checksum32: FDE0533918A9B2CF7BB1966A9BEB3995F5A89233F6A6A9C80FD57F8FFF7487F7
checksum64: E51ECD57AE3F13D7407DEFF1588C25F99F270ABCDB75813ED5D0CEC7617990A1

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>7.8.1</version>
<version>7.8.2</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

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

Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.1/npp.7.8.1.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.1/npp.7.8.1.Installer.x64.exe>
32-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.exe>
64-Bit software: <http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.x64.exe>
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: D99718A113E86BD874AD4AAC3557A7190E8008352EB758716ED568AE3BF6B0E9
checksum64: 51EA006FAC7C7CF88DDA19133FD2E701D53A774D0F9A6F094178DB40424E2BD1
checksum32: 668E6C8A666C0CB91987985BF560BF587C4FB646523FE21D3FE85B7C7EEADD08
checksum64: 56FF0F152F5F84314CD995C65B567BECB1DDF0F5A248D76B5E968E85D62E62A0

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>7.8.1</version>
<version>7.8.2</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
4 changes: 2 additions & 2 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\npp.7.8.1.Installer.exe"
file64 = "$toolsPath\npp.7.8.1.Installer.x64.exe"
file = "$toolsPath\npp.7.8.2.Installer.exe"
file64 = "$toolsPath\npp.7.8.2.Installer.x64.exe"
softwareName = 'Notepad\+\+*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>7.8.1</version>
<version>7.8.2</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.8.1]" />
<dependency id="notepadplusplus.install" version="[7.8.2]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
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.2727.0</version>
<version>9.0.2728.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 = '8d915b8f39c4ea378c4bdcf592eea84fdd6291c41b97fc5ca5f6e8a15276222d'
checksum64 = '20e4ccaf1bc744b9e15df9adb94fe8159b7f62c2c6048b46057f7d4d46d26e1c'
checksum = 'a4c81e459cb67ad4ef4cd08384879db11277d430c138f5ead86adefc86229d18'
checksum64 = '1a2cf7dafac2da11e296760ce6fd2e198806cd755bcd33d66a4b0214991d5e9b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"923cb6c20a3f847732d2b51ced25d7dd"|1.1.20.510
"775fdb35c60303bae54f50ac415edfa3"|1.1.21.1654
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.20.510</version>
<version>1.1.21.1654</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '7BEA58A70E1D1566A96A92E99425C0CAD92B66423104EFF7BF07311B48B65401F31957186EDFF5932C785E018816F4BB4DA7C782CB66AC104C07264FB11C0567'
checksum = '9A2968CF93A344D7E32FB811B1DB756D90BD7B1602CC85E2BA682940BFAD8D84ADEE758C7DDC286DC874083EB41928F7F6D1E434B36E6356F0A221BBCC73AAAE'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit c7f9d45

Please sign in to comment.