Skip to content

Commit

Permalink
AU: 1 updated - remote-desktop-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 15, 2024
1 parent 1da7b45 commit 86eda34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/remote-desktop-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-Proprietary-lightgrey)](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@ae31f3c2a0f3c01522a777ed8186a3b39f75c480/automatic/remote-desktop-client/legal/LICENSE.txt)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/source-v1.2.4763-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Software version](https://img.shields.io/badge/source-v1.2.5105-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/remote-desktop-client?label=Chocolatey)](https://community.chocolatey.org/packages/remote-desktop-client)

Use the Remote Desktop Services client (MSRDC) to access Windows apps and desktops remotely from a different Windows device.
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>remote-desktop-client</id>
<version>1.2.4763</version>
<version>1.2.5105</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/remote-desktop-client</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Remote Desktop Client (MSRDC)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/remote-desktop-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = $packageSearch
FileType = 'msi'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1dlc8'
Checksum = 'f1b9eabce7fb3a0cd52d23c510521797fe7dc52aa0bc0710ad46abdcf1b162be'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1gxVu'
Checksum = 'aaca25e40ccf952cdea4da3aac53c53992c2e9646dbeeca74733adf2b4815f0a'
ChecksumType = 'sha256'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1dqzi'
Checksum64 = '2c3b9816e2cb13b6aec62af44022c5c92dcf564df288fdcbd5e0c30fd03eaec0'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1gq9I'
Checksum64 = 'de09f575b831e75abc675bf8660e3b2454e6b1c523eedcfaeaa54aa3daab935e'
ChecksumType64 = 'sha256'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 86eda34

Please sign in to comment.