chore: Update chocolatey packages for 0.14.1

Signed-off-by: cdrage <fbenoit@redhat.com>
This commit is contained in:
cdrage 2023-04-14 14:30:40 +00:00 committed by Podman Desktop Bot
parent bb32d00697
commit 2a28dd0162
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>0.13.0</version>
<version>0.14.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/v0.13.0</releaseNotes>
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v0.14.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/containers/podman-desktop/releases/download/v0.13.0/podman-desktop-0.13.0-setup.exe'
url64bit = 'https://github.com/containers/podman-desktop/releases/download/v0.14.1/podman-desktop-0.14.1-setup.exe'
checksumType = 'sha256'
checksum64 = '310a1358a2da6905994c7013391fd292f05bbd46279260af025114edfd7ebe11'
checksum64 = '0b4f2a9273401045f1b42cf9d48e0a4a693857f2c83d4c4570c516df028d192e'
silentArgs = '/S'
validExitCodes = @(0)