Skip to content

Commit

Permalink
AU-dotnet: 3 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Dec 16, 2024
1 parent 65c827a commit 71ccb80
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dell-system-update/dell-system-update.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>dell-system-update</id>
<version>2.1.0.0</version>
<version>2.1.1.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dell-system-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Dell EMC System Update</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Once DSU is installed on a system it will:
- Microsoft Windows Server 2019 (x86_64)

Supported Platforms: Dell EMC PowerEdge 12G and greater Servers.</description>
<releaseNotes>https://www.dell.com/support/home/en-us/drivers/DriversDetails?driverId=MPVTK</releaseNotes>
<releaseNotes>https://www.dell.com/support/home/en-us/drivers/DriversDetails?driverId=03GC8</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions dell-system-update/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)"

$url64 = 'https://downloads.dell.com/FOLDER12125686M/1/Systems-Management_Application_MPVTK_WN64_2.1.0.0_A00.EXE'
$checksum64 = '4838e3be3af33b9a59736f8bc63f0996'
$url64 = 'https://downloads.dell.com/FOLDER12418375M/1/Systems-Management_Application_03GC8_WN64_2.1.1.0_A00.EXE'
$checksum64 = '1b45abf62181df38ee6c483b27468c9e'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
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.5.6/UniFi-installer.exe'
$checksum = 'b0f550aaaf0d177dcdbc5d1ee3ea70483b52a809580bac218ce7ee933356055a'
$url = 'https://dl.ui.com/unifi/8.6.9/UniFi-installer.exe'
$checksum = '5fc51467fc3225cfe5b0d39d6bd053bc028270b1cceaf6937c3ff5f102d318fe'

$packageArgs = @{
packageName = $packageName
Expand Down
3 changes: 2 additions & 1 deletion ubiquiti-unifi-controller/ubiquiti-unifi-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"8.2": "8.2.93",
"8.3": "8.3.32",
"8.4": "8.4.62",
"8.5": "8.5.6"
"8.5": "8.5.6",
"8.6": "8.6.9"
}
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.5.6</version>
<version>8.6.9</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.5.6</releaseNotes>
<releaseNotes>https://community.ui.com/releases/r/network/8.6.9</releaseNotes>
<dependencies>
<dependency id="autohotkey.portable" version="1.1" />
</dependencies>
Expand Down
7 changes: 7 additions & 0 deletions zoomit/current.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"eTag": [
"0x8DD1DF587D6B7C0"
],
"lastModified": null,
"version": "9.0"
}
2 changes: 1 addition & 1 deletion zoomit/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Get-Process ZoomIt64 -ErrorAction SilentlyContinue | Stop-Process

$packageName = 'zoomit'
$url = 'https://download.sysinternals.com/files/ZoomIt.zip'
$checksum = '145EE57762BE20C125EA7FC38D24F1A4511E9151F50FCE41708F98693337B8E7'
$checksum = 'F56A403E3BA2001B4B25758E933343588973AFAB5C24E1189D7AEDC2D93D0567'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
2 changes: 1 addition & 1 deletion zoomit/zoomit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>zoomit</id>
<title>ZoomIt</title>
<version>8.01</version>
<version>9.0</version>
<authors>Mark Russinovich</authors>
<owners>flcdrg</owners>
<summary>Presentation utility for zooming and drawing on the screen</summary>
Expand Down

0 comments on commit 71ccb80

Please sign in to comment.