Skip to content

Commit

Permalink
AU: 1 updated - ubiquiti-unifi-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Nov 29, 2022
1 parent 697c8dc commit 1e7cfc7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
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/7.2.95/UniFi-installer.exe'
$checksum = '8bb0bd92ed6bb9cfb8cad098984bdb0044232c2a17ae531f6f4606ba298bdbdb'
$url = 'https://www.ubnt.com/downloads/unifi/7.3.76/UniFi-installer.exe'
$checksum = 'cbd550175e526bc02ff7c572fefa79108cd1e224742b675c52624f924f6966bd'

$packageArgs = @{
packageName = $packageName
Expand Down
41 changes: 21 additions & 20 deletions ubiquiti-unifi-controller/ubiquiti-unifi-controller.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"5.4": "5.4.19",
"5.5": "5.5.24",
"5.6": "5.6.40",
"5.7": "5.7.23",
"5.8": "5.8.30",
"5.9": "5.9.29",
"5.10": "5.10.27",
"5.11": "5.11.50",
"5.12": "5.12.72",
"5.13": "5.13.32",
"5.14": "5.14.23",
"6.0": "6.0.45",
"6.1": "6.1.71",
"6.2": "6.2.26",
"6.4": "6.4.54",
"6.5": "6.5.55",
"7.0": "7.0.25",
"7.1": "7.1.68",
"7.2": "7.2.95"
{
"5.4": "5.4.19",
"5.5": "5.5.24",
"5.6": "5.6.40",
"5.7": "5.7.23",
"5.8": "5.8.30",
"5.9": "5.9.29",
"5.10": "5.10.27",
"5.11": "5.11.50",
"5.12": "5.12.72",
"5.13": "5.13.32",
"5.14": "5.14.23",
"6.0": "6.0.45",
"6.1": "6.1.71",
"6.2": "6.2.26",
"6.4": "6.4.54",
"6.5": "6.5.55",
"7.0": "7.0.25",
"7.1": "7.1.68",
"7.2": "7.2.95",
"7.3": "7.3.76"
}
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>7.2.95</version>
<version>7.3.76</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/r/network/7.2.95</releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/7.3.76</releaseNotes>
<!-- =============================== -->

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

0 comments on commit 1e7cfc7

Please sign in to comment.