Skip to content

Commit

Permalink
AU: 2 updated - terrascan ubiquiti-unifi-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 14, 2023
1 parent baef5ae commit e06dfb0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions terrascan/terrascan.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>terrascan</id>
<version>1.18.5</version>
<version>1.18.6</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/terrascan</packageSourceUrl>
<owners>flcdrg</owners>
<title>Terrascan</title>
Expand All @@ -26,7 +26,7 @@
- Detect security vulnerabilities and compliance violations.
- Mitigate risks before provisioning cloud native infrastructure.
- Offers flexibility to run locally or integrate with your CI\CD.</description><releaseNotes><![CDATA[### Changelog
* 791983cd Bump up the binary version from the code (#1648)
* 575d95bd Added feature to implement SSM parameters (#1653)
]]></releaseNotes>

Expand Down
8 changes: 4 additions & 4 deletions terrascan/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'terrascan*'

url = 'https://github.com/tenable/terrascan/releases/download/v1.18.5/terrascan_1.18.5_Windows_i386.zip'
checksum = '71a33cdfd33bd962f1fdb84ad44818145d998bf48045bc93d2df461a9de5eeaf'
url = 'https://github.com/tenable/terrascan/releases/download/v1.18.6/terrascan_1.18.6_Windows_i386.zip'
checksum = 'fcf4c6bcbcdba51e3a0826076bf25a2699b4496b2e6a31a3d61d014ace904f74'
checksumType = 'sha256'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.5/terrascan_1.18.5_Windows_x86_64.zip'
checksum64 = '1f7d99147af4e7a12a7aaf6722826f30d67fe1af4b5234a3b961dea05acb4198'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.6/terrascan_1.18.6_Windows_x86_64.zip'
checksum64 = 'ca42b4144f19da2dd273c83bb6ecc8f434b8fe63a2909f11383ce27eec243a98'
checksumType64= 'sha256'
destination = $toolsDir
}
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://dl.ui.com/unifi/8.0.7/UniFi-installer.exe'
$checksum = '193e309725a24a9dc79ac8115ad6ec561e466d0f871bc10c1d48a1c1631e2cfd'
$url = 'https://dl.ui.com/unifi/8.0.24/UniFi-installer.exe'
$checksum = '1c18d56b1037579639922ae16d908e1e386270e0586c2e8f97012f5a88ade94b'

$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.7"
"8.0": "8.0.24"
}
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.7</version>
<version>8.0.24</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></releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/8.0.24</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1" />
</dependencies>
Expand Down

0 comments on commit e06dfb0

Please sign in to comment.