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 Dec 9, 2019
1 parent deecd82 commit 30660f6
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.2.0</version>
<version>6.3.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.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'
url = 'https://dbeaver.com/files/6.3.0/dbeaver-ee-6.3.0-x86-setup.exe'
url64bit = 'https://dbeaver.com/files/6.3.0/dbeaver-ee-6.3.0-x86_64-setup.exe'
checksum = '587417ccbf242aec046f6faba3bd46d56a3018a19588cb1fcc69e72393bf0884'
checksum64 = '17ca0fd221a7a882f5c9559e2fb4b903b7f3354cf4e95ec60c982733ec2c3c41'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S /allusers'
Expand Down

0 comments on commit 30660f6

Please sign in to comment.