Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly db-visualizer pestudio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 10, 2021
1 parent 0579ce7 commit 526c6cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.31.29-nightly</version>
<version>1.31.32-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.31.29/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'ba38a7e5025e08cb49e46034a6783e4d860db8cfa962900e1218434b3ca2895c'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.32/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c5ebb5bfb2b29c727f2bdbaccc62a838c64ceecd656f107abf2459d9b9ad6ba0'
$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.1.2</version>
<version>12.1.3</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.1.2/media/dbvis_windows-x32_12_1_2.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.1.2/media/dbvis_windows-x64_12_1_2.exe'
$checksum = '59cb7f2a49967fc3812f79fe8053f4a27c8d15e0cf87643dd74b38a341427bf6'
$url32 = 'https://dbvis.com/product_download/dbvis-12.1.3/media/dbvis_windows-x32_12_1_3.exe'
$url64 = 'https://dbvis.com/product_download/dbvis-12.1.3/media/dbvis_windows-x64_12_1_3.exe'
$checksum = 'a6ed0675dfbc0af1056b0a64fe600de84e2454c38884be658eed6beae112869a'
$checksumType = 'sha256'
$checksum64 = 'cfc8ef5882371ac6426bea058a0ca364344488db7719e9a04055570621b3a77b'
$checksum64 = '661d67798839f51a4bdc88951a5dba9de39ae2869aff92419187a6893df74ed4'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/pestudio/PeStudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>pestudio</id>
<title>PE Studio</title>
<version>9.15.0.0</version>
<version>9.16.0.0</version>
<authors>Marc Ochsenmeier</authors>
<owners>tunisiano</owners>
<projectUrl>https://www.winitor.com/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pestudio/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.winitor.com/tools/pestudio/current/pestudio.zip'
$checksum = '329B9EAEBECF6F8659F4766B81B3EC761C40B2D0BBA34A055641770E4B40B2BF'
$checksum = 'D32F6A50623AFE767D4720C92F6ABBF27C2A6A6667B1F4EDCCF18F9CD4C546BA'
$checksumType = 'SHA256'

$packageArgs = @{
Expand Down

0 comments on commit 526c6cc

Please sign in to comment.