Skip to content

Commit

Permalink
AU: 3 updated - dotnetdeveloperbundle sqltoolbelt ubiquiti-unifi-cont…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 18, 2020
1 parent 741994c commit 762ced6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dotnetdeveloperbundle/dotnetdeveloperbundle.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>dotnetdeveloperbundle</id>
<version>2020.09.03</version>
<version>2020.09.16</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
4 changes: 2 additions & 2 deletions dotnetdeveloperbundle/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 = '8AA4C6CFDE9DF60092CDA831FF8704DAA2AE19312365FB96907F0A1F04C1041B'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2020-09-03/DotNETDeveloperBundle.exe'
$checksum = 'A2D9153B834496B8FE46C330A810A9FB5261B9224F559D65647B6251B27449B3'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2020-09-16/DotNETDeveloperBundle.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>2020.09.15</version>
<version>2020.09.16</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/2020-09-15/SQLToolbelt.exe'
$checksum = 'AF289857AB6F9D33951CE430590B9FD608C2C7A620D3542099B87040BC6AF773'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2020-09-16/SQLToolbelt.exe'
$checksum = 'A0ADBD79455551C71D89738CD01A9F64A464DB6F4477C278E8C957EB99578812'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
4 changes: 2 additions & 2 deletions ubiquiti-unifi-controller/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName= 'unifi-controller'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.ubnt.com/downloads/unifi/6.0.20/UniFi-installer.exe'
$checksum = 'ee516a51980d6e1063e5d50c98343dea5472c9070034b17b264d0cd062e80ccd'
$url = 'https://www.ubnt.com/downloads/unifi/6.0.22/UniFi-installer.exe'
$checksum = '80fda8abad8e0cc23428b505cc805375dc5f1a1f86446e6a17efa409e6a25de5'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion ubiquiti-unifi-controller/ubiquiti-unifi-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"5.12": "5.12.72",
"5.13": "5.13.32",
"5.14": "5.14.23",
"6.0": "6.0.20"
"6.0": "6.0.22"
}
4 changes: 2 additions & 2 deletions ubiquiti-unifi-controller/ubiquiti-unifi-controller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>ubiquiti-unifi-controller</id>
<version>6.0.20</version>
<version>6.0.22</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ubiquiti-unifi-controller</packageSourceUrl>
<owners>flcdrg</owners>
<!-- ============================== -->
Expand All @@ -28,7 +28,7 @@
UAP, UAP-AC, UAP-AC-EDU, UAP-AC-HD, UAP-AC-LITE, UAP-AC-LR, UAP-AC-M, UAP-AC-M-PRO, UAP-AC Outdoor, UAP-AC-PRO, UAP-IW, UAP-LR, UAP-Outdoor, UAP-Outdoor+, UAP-Outdoor5, UAP-PRO, US-16-150W, US‑16‑XG, US-24, US-24-250W, US-24-500W, US-48, US-48-500W, US-48-750W, US-8, US-8-150W, US-8-60W, USG, USG-PRO-4
Install script also configures appropriate Windows Firewall rules (for Windows 8/Server 2008 and above)
</description>
<releaseNotes>https://community.ui.com/releases/UniFi-Network-Controller-6-0-20/3ddd1684-6747-4a66-a038-5ff0b25f4027</releaseNotes>
<releaseNotes>https://community.ui.com/releases/UniFi-Network-Controller-6-0-22/910ceffc-f0e9-4518-86c1-df5eeee34695</releaseNotes>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down

0 comments on commit 762ced6

Please sign in to comment.