Skip to content

Commit

Permalink
AU: 3 updated - db-visualizer deepl odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 16, 2021
1 parent 0ae6f85 commit 05cb0aa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/db-visualizer/db-visualizer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>db-visualizer</id>
<title>DbVisualizer</title>
<version>12.0.3</version>
<version>12.0.4</version>
<authors>DbVis Software</authors>
<owners>tunisiano</owners>
<summary>DbVisualizer is the universal database tool for developers, DBAs and analysts.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/db-visualizer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://dbvis.com/product_download/dbvis-12.0.3/media/dbvis_windows-x32_12_0_3.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.0.3/media/dbvis_windows-x64_12_0_3.exe'
$checksum = 'c4d2aa6862f86287e6bb2fecf989809cae18db6fa6cf7c3b5714ca3446b24f43'
$url32 = 'https://dbvis.com/product_download/dbvis-12.0.4/media/dbvis_windows-x32_12_0_4.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.0.4/media/dbvis_windows-x64_12_0_4.exe'
$checksum = '17d8dbb7dc6205345d1e62307433fee9d40d52edaa863c68fd515f7beabbaef9'
$checksumType = 'sha256'
$checksum64 = '47105e665103261d6e50c3b18f3cf35521a31f179778fed0e74a328c9795ac16'
$checksum64 = '40e63c4a0e43f8677c1c33f466832c084617972b4d661cbf78a43ce1732935d6'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/deepl/deepl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>deepl</id>
<version>1.17.1</version>
<version>2.2.0</version>
<title>DeepL</title>
<authors>DeepL</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/deepl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url = 'https://appdownload.deepl.com/windows/full/DeepLSetup.exe'
$checksum = '307a4d2583d19eba4d5dc4a283390d561bb7e8014b3c92c119f16bc86c5a1e64'
$checksum = 'dbfcbbff492f0e13e1ecfdd0ddbd214a92d26fb85c19f01c512bfac5e4e4b999'
$checksumtype = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>odrive</id>
<version>1.6452.0.6892</version>
<version>1.6452.0.6895</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = '38813a6a1d48c4dac2501f856b1d94c1c6a484d68e7ea3636d36a01d5c03fe4d'
$checksum = '0d53fbc2e8a7e3571a9cbda89201f2d0234b9eabce30f6cf76ae49fe17cfbe0d'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 05cb0aa

Please sign in to comment.