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 Aug 3, 2017
1 parent 08b5149 commit 66d0181
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>1.8.3.1322</version>
<version>1.8.3.1415</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/27Jul2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 7, 27, 13, 15, 12, 0 # Last modified time corresponding to this package version
$checksum = '45D2153B5A768F8804BB5279B0E1E1961F3A842F808A1044EAB53A09C72F5B7B'
$secondaryDownloadUrl = 'ftp://support.red-gate.com/patches/SQLToolbelt/02Aug2017/SQLToolbelt.exe'
$packageVersionLastModified = New-Object -TypeName DateTimeOffset 2017, 8, 2, 12, 31, 20, 0 # Last modified time corresponding to this package version
$checksum = 'B21FE8EEFE9248F156275BE76E5AFA87BB1B0A9994DCAB51FFDB553EB8E98074'

$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.5.19/UniFi-installer.exe'
$checksum = '96c8aae261d54febf9048a366a422c3e38fba29c45a602918d35571a3e618868'
$url = 'https://www.ubnt.com/downloads/unifi/5.5.20/UniFi-installer.exe'
$checksum = 'bc71cdf6b035d22693f0c83ea50713bfe4fde83401188d8add79d1e46d2aa4f5'

$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.5.19</version>
<version>5.5.20</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-5-19-Stable-has-been-released/ba-p/1980967</releaseNotes>
<releaseNotes>https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-5-20-Stable-has-been-released/ba-p/2011817</releaseNotes>
<!-- =============================== -->

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

0 comments on commit 66d0181

Please sign in to comment.