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 Sep 21, 2021
1 parent b6d45fd commit 6996a18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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/6.2.26/UniFi-installer.exe'
$checksum = '7729e2163aad53c4704ff0b9b94479d48fc59254fc0fe8a12faa66a3e310deb0'
$url = 'https://www.ubnt.com/downloads/unifi/6.4.54/UniFi-installer.exe'
$checksum = '09e1fbd0e213b820b13261cb2637a458f7f71893d51f84dfdc6e5f53a6f0af67'

$packageArgs = @{
packageName = $packageName
Expand Down
3 changes: 2 additions & 1 deletion ubiquiti-unifi-controller/ubiquiti-unifi-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"5.14": "5.14.23",
"6.0": "6.0.45",
"6.1": "6.1.71",
"6.2": "6.2.26"
"6.2": "6.2.26",
"6.4": "6.4.54"
}
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.2.26</version>
<version>6.4.54</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/0dfcbc77-8a4f-4e20-bb93-07bbb0237e3a</releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/6.4.54</releaseNotes>
<!-- =============================== -->

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

0 comments on commit 6996a18

Please sign in to comment.