chore: Update chocolatey packages for 1.17.1

Signed-off-by: benoitf <fbenoit@redhat.com>
This commit is contained in:
benoitf 2025-03-04 21:05:40 +00:00 committed by Podman Desktop Bot
parent 82a28d5563
commit 93e3b86252
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>podman-desktop</id>
<version>1.16.2</version>
<version>1.17.1</version>
<title>Podman Desktop</title>
<authors>Florent Benoit</authors>
<owners>https://github.com/containers</owners>
@ -32,7 +32,7 @@
### You can also bring new features with Podman Desktop plug-ins or Docker Desktop extensions
</description>
<summary>Manage Podman and other container engines from a single UI and tray.</summary>
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.16.2</releaseNotes>
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.17.1</releaseNotes>
<copyright>2022 Red Hat, Inc</copyright>
<tags>podman desktop podman-machine containers ui</tags>
<packageSourceUrl>https://github.com/containers/podman-desktop/tree/main/.chocolatey</packageSourceUrl>

View file

@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'PodmanDesktop'
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.16.2/podman-desktop-1.16.2-setup.exe'
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.17.1/podman-desktop-1.17.1-setup.exe'
checksumType = 'sha256'
checksum64 = '6799a69fd6fa88432ee09b0140571e14038351e1a15dece4a02416c73c87afc4'
checksum64 = '98b51d543e3f86fe02b2cb68675ff991e626b9e564df0c8b61c5db63e675b388'
silentArgs = '/S'
validExitCodes = @(0)