Skip to content

Commit

Permalink
AU: 3 updated - SqlSearch sqltoolbelt vault
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 30, 2023
1 parent a55c094 commit ded4628
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 305 deletions.
2 changes: 1 addition & 1 deletion SqlSearch/SqlSearch.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>SqlSearch</id>
<version>2019.12.19</version>
<version>2023.03.28</version>
<title>SQL Search</title>
<authors>Red Gate Software Ltd</authors>
<owners>sumo300, flcdrg</owners>
Expand Down
4 changes: 2 additions & 2 deletions SqlSearch/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = 'B70F73ADBB6DB049023601F2592FEC43EBE535B05639AAE3FD898D4EBBE88E41'
$url = 'https://download.red-gate.com/installers/SQL_Search/2019-12-19/SQL_Search.exe'
$checksum = 'D4995904F71DFFBCA7E4ABD5B8E26277CCB71B7A7775597F884A8CFDB172ACC2'
$url = 'https://download.red-gate.com/installers/SQL_Search/2023-03-28/SQL_Search.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2023.03.16</version>
<version>2023.03.28</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-03-16/SQLToolbelt.exe'
$checksum = 'FF37FC494AFC2EEAF8A372283C3D675D6CE5012F30B47802C1A3370B869A1174'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-03-28/SQLToolbelt.exe'
$checksum = 'D6E2C2B1678719B766D2BFF4587325B1FF6963EEFB0B7AA555BAD47FDA1FC558'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = '9e06b0a2ff00ec95662aa86c2bdfb7dddae6e4dec1c4b205baefb9f724fce58e'
Checksum = '70278f79c54aa8f73cbf058eb58fb329f95d369fa3f6e420880255b2e9d15cfe'
ChecksumType = 'sha256'
Checksum64 = '158152d48e0798f19e7ecfc74ac35ec1edf260995bb3e6baf4bebafb78b9f047'
Checksum64 = 'b02a8403f7b790153b12ef9129fc754985715e3456932f06170394a26712d4bf'
version = $env:ChocolateyPackageVersion
}

Expand Down
Loading

0 comments on commit ded4628

Please sign in to comment.