Skip to content

Commit

Permalink
AU: 4 updated - dotnetdeveloperbundle keepass-yet-another-favicon-dow…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 2, 2019
1 parent 645cc36 commit 49cce1c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dotnetdeveloperbundle/dotnetdeveloperbundle.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>dotnetdeveloperbundle</id>
<version>2019.09.27</version>
<version>2019.10.01</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
4 changes: 2 additions & 2 deletions dotnetdeveloperbundle/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = '3122E9E12DB6FBDA152E528DFD72876B4A098DCD217975EA185CF2842C335032'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2019-09-27/DotNETDeveloperBundle.exe'
$checksum = 'DF8651B4AFA3DB9963D6369CB85AAE552789DBB778C1044EEACB91D56490AFEC'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2019-10-01/DotNETDeveloperBundle.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
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>keepass-yet-another-favicon-downloader</id>
<version>1.2.1.0</version>
<version>1.2.2.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/keepass-yet-another-favicon-downloader</packageSourceUrl>
<owners>flcdrg</owners>
<title>KeePass Plugin Yet Another Favicon Downloader</title>
Expand Down Expand Up @@ -32,9 +32,10 @@
</description>
<releaseNotes>### Improvements

- Improves compatibility with third party plugins.
- Adds mnemonics to menu items.
- Improves site download compatibility.</releaseNotes>
- Automatically adds https:// prefix to URLs while resolving the website address, if it fails try http:// as fallback.
(as suggested on pull request #31 by @firesoft-de)

Please refer to [Settings: Automatic prefix URLs with http(s)://](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/wiki/Settings:-Automatic-prefix-URLs-with-HTTP) for more details.</releaseNotes>
<dependencies>
<dependency id="keepass" version="2.34" />
</dependencies>
Expand Down
Binary file not shown.
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>2019.09.27</version>
<version>2019.10.01</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2019-09-27/SQLToolbelt.exe'
$checksum = '0B5D43CC7E433A4DE95391F5E99E80C8FFDFEE606F58F7F570632FF71C3C0213'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2019-10-01/SQLToolbelt.exe'
$checksum = '137475C0AE2F4AE23D4EDB96341A2237AB403BF9F996F1295E801007E475F158'

$validProductPackageNames = @(
"SQL Compare",
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.11.46/UniFi-installer.exe'
$checksum = '9494d707bfa216ab3c58f97f466f55e68cc029d8cd64081eed56e2036307f7af'
$url = 'https://www.ubnt.com/downloads/unifi/5.11.47/UniFi-installer.exe'
$checksum = 'e8f044f98e4b3c7449aecfab5c3e005d797823a98ff04ffa7a8674a7a3bdfef8'

$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 @@ -6,5 +6,5 @@
"5.8": "5.8.30",
"5.9": "5.9.29",
"5.10": "5.10.27",
"5.11": "5.11.46"
"5.11": "5.11.47"
}
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.11.46</version>
<version>5.11.47</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/UniFi-Network-Controller-5-11-46/1984aaf0-7243-4257-af83-70126714613e</releaseNotes>
<releaseNotes>https://community.ui.com/releases/UniFi-Network-Controller-5-11-47/bc6b27a7-ada4-4cb5-a162-c659ed755a9f</releaseNotes>
<!-- =============================== -->

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

0 comments on commit 49cce1c

Please sign in to comment.