Skip to content

Commit

Permalink
AU: updated: dbeaver [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey AU committed Sep 26, 2016
1 parent d262bbc commit 465de79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dbeaver/dbeaver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dbeaver</id>
<version>3.7.4</version>
<version>3.7.5</version>
<title>DBeaver</title>
<authors>Serge Rieder,Eugene Fradkin,Denis Forveille,Alexander Fedorov,Brook.Tran,Roberto Rossi,Andrey Sukhanov</authors>
<owners>Paul Davies, Miodrag Milic</owners>
Expand Down
8 changes: 4 additions & 4 deletions dbeaver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'dbeaver'
$url32 = 'http://dbeaver.jkiss.org/files/3.7.4/dbeaver-ee-3.7.4-x86-setup.exe'
$url64 = 'http://dbeaver.jkiss.org/files/3.7.4/dbeaver-ee-3.7.4-x86_64-setup.exe'
$checksum32 = 'b514d6b447083b19dc5e2223af760cb8dd928fa8fcdc22fc7619dc05e66e837f'
$checksum64 = '4d89595db64b9c5f9ef90db99ea3c8f4207e6d4839e6a9d83e11c59f1a6a343d'
$url32 = 'http://dbeaver.jkiss.org/files/3.7.5/dbeaver-ee-3.7.5-x86-setup.exe'
$url64 = 'http://dbeaver.jkiss.org/files/3.7.5/dbeaver-ee-3.7.5-x86_64-setup.exe'
$checksum32 = '2c5e5b379fed7bb023753b39a3c8b38e27621fb82f606cf7453ab75cc33310d3'
$checksum64 = '8951c4da1c41227ec8135f8aea888314f09c72db2fa0b384b9a8061acbbb4d53'


$packageArgs = @{
Expand Down

0 comments on commit 465de79

Please sign in to comment.