Skip to content

Commit

Permalink
AU: 3 updated - dbeaver-ee nexus-oss trid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 12, 2019
1 parent 83c34b3 commit 4e2823e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dbeaver-ee/dbeaver-ee.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-ee</id>
<version>5.3.3</version>
<version>6.0.0</version>
<title>DBeaver - Enterprise Edition</title>
<authors>Serge Rieder</authors>
<owners>Paul Davies, Miodrag Milic</owners>
Expand Down
8 changes: 4 additions & 4 deletions dbeaver-ee/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'dbeaver'
$url32 = 'https://dbeaver.com/files/5.3.3/dbeaver-ee-5.3.3-x86-setup.exe'
$url64 = 'https://dbeaver.com/files/5.3.3/dbeaver-ee-5.3.3-x86_64-setup.exe'
$checksum32 = '8976696e02e4337e5c3bcc0e618571783f6b2312fbc8730bbdd2505603fffa89'
$checksum64 = 'b68467210db785afb9da67c09bd091e0890b64f3a40f24d8457ced718dc0178c'
$url32 = 'https://dbeaver.com/files/6.0.0/dbeaver-ee-6.0.0-x86-setup.exe'
$url64 = 'https://dbeaver.com/files/6.0.0/dbeaver-ee-6.0.0-x86_64-setup.exe'
$checksum32 = '9fb357a96296fe1aec09fcc90b6ac79230ef89133e2ef543dedae0ebcbe1d8ea'
$checksum64 = '3e8cd302bfd00fbb16c8734ccecb8eda911d6be40692312ffffb469905a49845'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion nexus-oss/nexus-oss.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>nexus-oss</id>
<title>Nexus Repository Manager OSS</title>
<version>2.14.11.01</version>
<version>2.14.12.02</version>
<authors>Sonatype</authors>
<owners>Miodrag Milić</owners>
<summary>Repository to manage software components required for development, deployment, and provisioning</summary>
Expand Down
4 changes: 2 additions & 2 deletions nexus-oss/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'nexus-oss'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.11-01-bundle.zip'
$checksum = 'a6e036a45679afbe98a6ddff1dca2c00d5d5471a01ee75d3314be1fb82382fea'
$url = 'https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/oss/nexus-2.14.12-02-bundle.zip'
$checksum = '92705175221d0e1283cea9021094424198b32327edebac5a0d53a16387e79227'
$installDir = 'c:\nexus'

$packageArgs = @{
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: 3CA25CBEADA9396D288CC58987AEFBE486C3F08523C12DE31F0E7666DEEE564B
checksum_triddefs: 498BFBD6B99D7AB7CD58CC25F59074FF3B41F5558812DD50392498D779757BB4

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.20190308</version>
<version>2.24.20190311</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.jsdelivr.net/gh/majkinetor/chocolatey/trid/icon.jpg</iconUrl>
<!--<dependencies>-->
<!--</dependencies>-->
<releaseNotes>http://mark0.net/forum/index.php/topic,709.msg2712.html#msg2712</releaseNotes>
<releaseNotes>http://mark0.net/forum/index.php/topic,709.msg2713.html#msg2713</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 4e2823e

Please sign in to comment.