Skip to content

Commit

Permalink
AU: 3 updated - dbeaver mls-software-openssh nirlauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 27, 2018
1 parent 37d9671 commit 8a30c51
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dbeaver/dbeaver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dbeaver</id>
<version>5.1.5</version>
<version>5.1.6</version>
<title>DBeaver - Community Edition</title>
<authors>Serge Rieder</authors>
<owners>Paul Davies, Miodrag Milic</owners>
Expand Down Expand Up @@ -37,7 +37,7 @@
]]></description>
<summary>Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.</summary>
<releaseNotes>https://github.com/serge-rider/dbeaver/releases/tag/5.1.5</releaseNotes>
<releaseNotes>https://github.com/serge-rider/dbeaver/releases/tag/5.1.6</releaseNotes>
<tags>admin cross-platform database mysql oracle db2 sql-server postgresql sql dbeaver foss</tags>
<projectSourceUrl>https://github.com/serge-rider/dbeaver</projectSourceUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/dbeaver</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions dbeaver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/dbeaver/dbeaver/releases/download/5.1.5/dbeaver-ce-5.1.5-x86-setup.exe
x64: https://github.com/dbeaver/dbeaver/releases/download/5.1.5/dbeaver-ce-5.1.5-x86_64-setup.exe
x32: https://github.com/dbeaver/dbeaver/releases/download/5.1.6/dbeaver-ce-5.1.6-x86-setup.exe
x64: https://github.com/dbeaver/dbeaver/releases/download/5.1.6/dbeaver-ce-5.1.6-x86_64-setup.exe

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: 343D810851796C78DEE3E875ECB11616A799236BCE65247FCB1905255F9A9727
checksum64: EBA59A00C6A79A4A7899FADA354A8945E717BC955083B87ADB4584ADAA41B1CF
checksum32: B67C51A04472771A59A11901077499782574B98CE546EBBB581A76452E6FD11B
checksum64: 534FDE23FC3583EFE10114CF299651D8A0A90D6D2805D4FE3FD25ED40D11440C

Using AU:

Get-RemoteChecksum https://github.com/dbeaver/dbeaver/releases/download/5.1.5/dbeaver-ce-5.1.5-x86_64-setup.exe
Get-RemoteChecksum https://github.com/dbeaver/dbeaver/releases/download/5.1.6/dbeaver-ce-5.1.6-x86_64-setup.exe

File 'LICENSE.md' is obtained from:
https://raw.githubusercontent.com/serge-rider/dbeaver/devel/LICENSE.md
2 changes: 1 addition & 1 deletion mls-software-openssh/mls-software-openssh.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>mls-software-openssh</id>
<title>OpenSSH (mls-software)</title>
<version>7.7.1.1</version>
<version>7.8.1.1</version>
<authors>The OpenBSD Project</authors>
<owners>Miodrag Milić</owners>
<summary>OpenSSH server on Windows</summary>
Expand Down
4 changes: 2 additions & 2 deletions mls-software-openssh/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mls-software-openssh'
$url = 'https://www.mls-software.com/files/setupssh-7.7p1-1.exe'
$checksum = '5f70e0ef9a9886cabe66a943289792f7271ff4b84d6a3c1db2008fb5ba9b002d'
$url = 'https://www.mls-software.com/files/setupssh-7.8p1-1.exe'
$checksum = '5183119ca3c6d22dfbde460ddd99f8ed79376b1be8caae0117005eb1b6cd729e'

$pp = Get-PackageParameters
$params = @()
Expand Down
2 changes: 1 addition & 1 deletion nirlauncher/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package can be verified like this:

1. Go to http://launcher.nirsoft.net/downloads/index.html to download the zip file:

x32: https://download.nirsoft.net/nirsoft_package_enc_1.20.49.zip
x32: https://download.nirsoft.net/nirsoft_package_enc_1.20.50.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
Expand Down
2 changes: 1 addition & 1 deletion nirlauncher/nirlauncher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nirlauncher</id>
<title>NirLauncher</title>
<version>1.20.49</version>
<version>1.20.50</version>
<authors>Nir Sofer</authors>
<owners>Miodrag Milić</owners>
<summary>NirLauncher is a package of more than 180 portable freeware utilities for Windows, all of them developed by NirSoft</summary>
Expand Down

0 comments on commit 8a30c51

Please sign in to comment.