Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly db-visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 24, 2021
1 parent 75bcd3a commit 9a73dc3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.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>brave-nightly</id>
<version>1.27.10-nightly</version>
<version>1.27.12-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.10/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c6b2fe8ea24894482d37c0c474f45730004a65d3c0af1f09de80c9554d208d5e'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.12/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '2741bdc1e3b22366248007c64f06d0caa17ed2a4e6897d8f561f64cd9ffdd13a'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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.5</version>
<version>12.0.6</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.5/media/dbvis_windows-x32_12_0_5.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.0.5/media/dbvis_windows-x64_12_0_5.exe'
$checksum = '70744f2f3b7e1f00d4936b5687ead0c85cb5efe167ad5dc5c2945bddb00a5bc3'
$url32 = 'https://dbvis.com/product_download/dbvis-12.0.6/media/dbvis_windows-x32_12_0_6.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.0.6/media/dbvis_windows-x64_12_0_6.exe'
$checksum = '7d6449f05c933042035410fa89b9122f434a0a697594e96080dd19e69229bd2a'
$checksumType = 'sha256'
$checksum64 = '4459f740c33a253f09593d1c9677edb3aa978cad2259d43d9a3588b3393de201'
$checksum64 = '2c5dd50522825f7271c74d1fffb7c9dd513f52d12cfb805f4909a8e451a925ea'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 9a73dc3

Please sign in to comment.