Skip to content

Commit

Permalink
AU: 1 updated - dbeaver-ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 10, 2019
1 parent 293ca0f commit 89e0a69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>6.1.0</version>
<version>6.2.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
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'dbeaver-ee'
fileType = 'EXE'
url = 'https://dbeaver.com/files/6.1.0/dbeaver-ee-6.1.0-x86-setup.exe'
url64bit = 'https://dbeaver.com/files/6.1.0/dbeaver-ee-6.1.0-x86_64-setup.exe'
checksum = '07bbe3ef14b1000105dfbc3c43a44de01a07e011df0555addb4b9affcdea986c'
checksum64 = 'b1e570b55ff33db4fba461da566c9c4d936aa21725a575ed13c35f8d6a557f69'
url = 'https://dbeaver.com/files/6.2.0/dbeaver-ee-6.2.0-x86-setup.exe'
url64bit = 'https://dbeaver.com/files/6.2.0/dbeaver-ee-6.2.0-x86_64-setup.exe'
checksum = '9df065080c0fdeab0b7dc0ef9ac5320fd5cba577cc57a57b43e93361a0226084'
checksum64 = '3e42c05ca280b00a4178665cc1805597811e64a1ee2ea564d589bea725b63154'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S /allusers'
Expand Down

0 comments on commit 89e0a69

Please sign in to comment.