Skip to content

Commit

Permalink
AU: 2 updated - sqltoolbelt ubiquiti-unifi-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 13, 2017
1 parent 6b4d8fb commit 1c7876a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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>2.0.1.2193</version>
<version>2.0.1.2209</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
6 changes: 3 additions & 3 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$primaryDownloadUrl = "https://download.red-gate.com/SQLToolbelt.exe"
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/07Dec2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 12, 7, 17, 35, 26, 0 # Last modified time corresponding to this package version
$checksum = 'EE84440C6E425E074B02D29772A5C85D68A742A1BE23C69692ABBB9B494FDF97'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/12Dec2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 12, 12, 17, 21, 55, 0 # Last modified time corresponding to this package version
$checksum = '506FB47B48097CFC95BDBA3F8A834506491F782296FD40DDE5B1700B23CFF582'

$pp = Get-PackageParameters

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/5.6.22/UniFi-installer.exe'
$checksum = 'f4cbe13dacfab2e43a95cf6816ae7b3c6223796a7921d1002e1d5a5de00b84c6'
$url = 'https://www.ubnt.com/downloads/unifi/5.6.26/UniFi-installer.exe'
$checksum = '090af6b61e3a45b9eacddaad760f977fbf40fbdb7853a59c6b9f2f1f978e44e7'

$packageArgs = @{
packageName = $packageName
Expand Down
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>5.6.22</version>
<version>5.6.26</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.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-22-Stable-has-been-released/ba-p/2131913</releaseNotes>
<releaseNotes>https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-26-Stable-has-been-released/ba-p/2165432</releaseNotes>
<!-- =============================== -->

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

0 comments on commit 1c7876a

Please sign in to comment.