Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Nov 13, 2024
1 parent 2822f98 commit 5f83994
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions rode-central/current.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.0.59",
"version": "2.0.61",
"lastModified": null,
"eTag": [
"\"5c9403bd9055b35717ee1735028610bb-1\""
"\"86862dce18e97f7c98fd7d71025f4559-1\""
]
}
2 changes: 1 addition & 1 deletion rode-central/rode-central.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>rode-central</id>
<version>2.0.59</version>
<version>2.0.61</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/rode-central</packageSourceUrl>
<owners>flcdrg</owners>
<title>RØDE Central</title>
Expand Down
4 changes: 2 additions & 2 deletions rode-central/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)"

$checksum = '12463DA8AF4529D294510DA5EA5D68F96FBE2D04C717BA49C89AAF043ACDDFEF';
$relativePath = 'RODE Central (2.0.59).msi';
$checksum = '19DFF5A43E4FF7E3E32937D23E1C1F45C774D4E121A4D20726EF5898F1BDAB37';
$relativePath = 'RODE Central (2.0.61).msi';


if ([Version] (Get-CimInstance Win32_OperatingSystem).Version -lt [version] "10.0.17134.0") {
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>2024.11.05</version>
<version>2024.11.11</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>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/2024-11-05/SQLToolbelt.exe'
$checksum = 'A2F711250F9CAA163B2F96DE1270FB7B4360C907C25C49254E28266B60E8C6D3'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-11-11/SQLToolbelt.exe'
$checksum = '6F63D1FD42658DC923A33E4D84B2D53B3BD45FB281645D9848B9D132E4ED46C6'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit 5f83994

Please sign in to comment.