Skip to content

Commit

Permalink
AU: 4 updated - libreoffice-fresh notepadplusplus notepadplusplus.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 6, 2019
1 parent 2b98af0 commit bf49e11
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"still": "6.1.5",
"fresh": "6.2.0"
"fresh": "6.2.1"
}
2 changes: 1 addition & 1 deletion automatic/libreoffice-streams/libreoffice-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>libreoffice-fresh</id>
<title>LibreOffice Fresh</title>
<version>6.2.0</version>
<version>6.2.1</version>
<authors>LibreOffice developers</authors>
<owners>chocolatey</owners>
<summary>LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/libreoffice-streams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'libreoffice'
fileType = 'msi'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.0/win/x86/LibreOffice_6.2.0_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.0/win/x86_64/LibreOffice_6.2.0_Win_x64.msi'
checksum = '71ceed80aa77137cf60264652d435930bdb1d4f0c8ee5d7418885ad6ac795d67'
checksum64 = '83028ca0db1a87abb304d77524b51d42be734e0e74f22012bdb7f750d8328996'
url = 'https://download.documentfoundation.org/libreoffice/stable/6.2.1/win/x86/LibreOffice_6.2.1_Win_x86.msi'
url64bit = 'https://download.documentfoundation.org/libreoffice/stable/6.2.1/win/x86_64/LibreOffice_6.2.1_Win_x64.msi'
checksum = 'b8475cb2710107e6c796876925983406126f123bf45e4ab377ff499efed69096'
checksum64 = '2e873945053f7ca2be944de5027982cb76bade585a3056eb0463a0c63159b7f6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/passive /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
Expand Down
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 <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.6.3/npp.7.6.3.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.3/npp.7.6.3.bin.x64.7z>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.4/npp.7.6.4.bin.7z>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.4/npp.7.6.4.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: FD9F3D46F961D69B77CA44D78A8E7BA3F2558074C9B7ADFE9E80312162DE1C5F
checksum64: 4D891866C8776CE424BA6C0F5FD3353C21B7DD6E0C44F5C9306AB3A136FBADEA
checksum32: 9ADECF5504D3C0B00F5B05D1E035B272B6E05B59040A152DC2B71EB23B36C705
checksum64: 20CBEDCED0931091F790140F22E713F9486A48EF55A4BEF3C7CDD074E31C8114

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.6.3</version>
<version>7.6.4</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.6.3.bin.7z"
file64 = "$toolsPath\npp.7.6.3.bin.x64.7z"
file = "$toolsPath\npp.7.6.4.bin.7z"
file64 = "$toolsPath\npp.7.6.4.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 <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.6.3/npp.7.6.3.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.3/npp.7.6.3.Installer.x64.exe>
32-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.4/npp.7.6.4.Installer.exe>
64-Bit software: <https://notepad-plus-plus.org/repository/7.x/7.6.4/npp.7.6.4.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: 48AF4C024131F9D76927F301C7489D44CFFB50ACD92E1B05264389D1880BBA81
checksum64: C99E5BA7386010F85C1A19D88FBE48C1F0DF281AB624C00B0A1FA6BF8D46CE42
checksum32: 3E95CE4191B73C755A3139C4DF5039B255069EADDA57AE827CBF843C60836157
checksum64: 2716FBB5180E2FD7264C4C2F5C74F280D355CBDB9660C6B7D18BC506F7B87398

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.6.3</version>
<version>7.6.4</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.6.3.Installer.exe"
file64 = "$toolsPath\npp.7.6.3.Installer.x64.exe"
file = "$toolsPath\npp.7.6.4.Installer.exe"
file64 = "$toolsPath\npp.7.6.4.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.6.3</version>
<version>7.6.4</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.6.3]" />
<dependency id="notepadplusplus.install" version="[7.6.4]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
Expand Down

0 comments on commit bf49e11

Please sign in to comment.