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 Jan 17, 2024
1 parent 45e6523 commit fb06f30
Show file tree
Hide file tree
Showing 3 changed files with 5 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://dl.ui.com/unifi/8.0.24/UniFi-installer.exe'
$checksum = '1c18d56b1037579639922ae16d908e1e386270e0586c2e8f97012f5a88ade94b'
$url = 'https://dl.ui.com/unifi/8.0.26/UniFi-installer.exe'
$checksum = 'd383197de3aed9d3c12478dd65eb1d5b49a1c0a617866e761a7dcfa2c0a7edeb'

$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 @@ -21,5 +21,5 @@
"7.3": "7.3.83",
"7.4": "7.4.162",
"7.5": "7.5.187",
"8.0": "8.0.24"
"8.0": "8.0.26"
}
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 @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ubiquiti-unifi-controller</id>
<version>8.0.24</version>
<version>8.0.26</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ubiquiti-unifi-controller</packageSourceUrl>
<owners>flcdrg</owners>
<title>Ubiquiti UniFI Controller</title>
Expand All @@ -29,7 +29,7 @@ From v7.3.76 onwards the software requires Java 11 (Java 12 and later are not ye

Due to the way this package is generated, package versions prior to 7.3.76 but published after 18-Dec-2022 will also be affected by this change. Consult the release notes for your package to confirm which Java runtime version is required.
</description>
<releaseNotes>https://community.ui.com/releases/r/network/8.0.24</releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/8.0.26</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1" />
</dependencies>
Expand Down

0 comments on commit fb06f30

Please sign in to comment.