Skip to content

Commit

Permalink
AU: 4 updated - dbeaver mls-software-openssh plantuml trid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 22, 2018
1 parent e552c79 commit 85278bf
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.2.2</version>
<version>5.2.3</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.2.2</releaseNotes>
<releaseNotes>https://github.com/serge-rider/dbeaver/releases/tag/5.2.3</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.2.2/dbeaver-ce-5.2.2-x86-setup.exe
x64: https://github.com/dbeaver/dbeaver/releases/download/5.2.2/dbeaver-ce-5.2.2-x86_64-setup.exe
x32: https://github.com/dbeaver/dbeaver/releases/download/5.2.3/dbeaver-ce-5.2.3-x86-setup.exe
x64: https://github.com/dbeaver/dbeaver/releases/download/5.2.3/dbeaver-ce-5.2.3-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: D660346D60C322A43546E89633D2DC0AC73D5F88638081AEE6757B50A189EA17
checksum64: FD7B18BF86D3D51946542C2BB363A94FD4BCBA1B481B757A5E51941042E24393
checksum32: 2922F8BE9B6DD60C2A55DA5037878AE6D96658E1F762FC3E8C3A9303C29F5E9A
checksum64: 9CF3E306153CC8AD4649E58A878FBDDE017BD6ACE895AFCA1F3A6583026114DA

Using AU:

Get-RemoteChecksum https://github.com/dbeaver/dbeaver/releases/download/5.2.2/dbeaver-ce-5.2.2-x86_64-setup.exe
Get-RemoteChecksum https://github.com/dbeaver/dbeaver/releases/download/5.2.3/dbeaver-ce-5.2.3-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.8.1.1</version>
<version>7.9.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.8p1-1.exe'
$checksum = '5183119ca3c6d22dfbde460ddd99f8ed79376b1be8caae0117005eb1b6cd729e'
$url = 'https://www.mls-software.com/files/setupssh-7.9p1-1.exe'
$checksum = '98391761ca25f554d569d7e6391ae3170b0151082913a27306030c6c710d6b65'

$pp = Get-PackageParameters
$params = @()
Expand Down
6 changes: 3 additions & 3 deletions plantuml/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sourceforge.net/projects/plantuml/files/plantuml.1.2018.11.jar/download
x32: https://sourceforge.net/projects/plantuml/files/plantuml.1.2018.12.jar/download

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: D5260C45E0905127E3CE6707CCB85B873C16CF1ADFAECE74BF5EEA6F7EBFCB00
checksum32: 44177405DCD123CC8524A776BC45C9C8F3BCF46637B5DF28343839FEF927B1F9

Using AU:

Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2018.11.jar/download
Get-RemoteChecksum https://sourceforge.net/projects/plantuml/files/plantuml.1.2018.12.jar/download

Information about license can be seen at:
http://plantuml.com/download
2 changes: 1 addition & 1 deletion plantuml/plantuml.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>plantuml</id>
<version>1.2018.11</version>
<version>1.2018.12</version>
<title>PlantUML</title>
<authors>Arnaud Roques</authors>
<owners>Yoshimov, Miodrag Milic</owners>
Expand Down
2 changes: 1 addition & 1 deletion trid/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum_trid: EA7F82363912F5B3C79217BA8716425EC3F2514887F788DCD5A2821D0B1FC83F
checksum_triddefs: 1DEABEBEEEDCF3526DBB9AF42076F8704C97BA269EF90BEFB51AB8916E84557B
checksum_triddefs: 73B1A164039032127DF57F13796232A9F34DAE20A45AD8CDDA0F6E2A606A4350

File 'readme.txt' with license is obtained from the trid_w32.zip file.
4 changes: 2 additions & 2 deletions trid/trid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>trid</id>
<title>TrID - File Identifier</title>
<version>2.24.20181019</version>
<version>2.24.20181021</version>
<authors>Marco Pontello</authors>
<owners>Miodrag Milić</owners>
<summary>TrID is an utility designed to identify file types from their binary signatures</summary>
Expand All @@ -29,7 +29,7 @@ Because TrID uses an expandable database it will never be out of date. As new fi
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/trid/icon.jpg</iconUrl>
<!--<dependencies>-->
<!--</dependencies>-->
<releaseNotes>http://mark0.net/forum/index.php/topic,681.msg2632.html#msg2632</releaseNotes>
<releaseNotes>http://mark0.net/forum/index.php/topic,681.msg2633.html#msg2633</releaseNotes>
<mailingListUrl>http://mark0.net/forum/index.php?board=6.0</mailingListUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/trid</packageSourceUrl>
</metadata>
Expand Down

0 comments on commit 85278bf

Please sign in to comment.