chore: Update chocolatey packages for 0.12.0

Signed-off-by: benoitf <fbenoit@redhat.com>
This commit is contained in:
benoitf 2023-02-16 10:42:24 +00:00 committed by Podman Desktop Bot
parent 2a89640aac
commit 3997c4dc6e
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.11.0</version>
<version>0.12.0</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.11.0</releaseNotes>
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v0.12.0</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.11.0/podman-desktop-0.11.0-setup.exe'
url64bit = 'https://github.com/containers/podman-desktop/releases/download/v0.12.0/podman-desktop-0.12.0-setup.exe'
checksumType = 'sha256'
checksum64 = '9570b3d3a5fb4687bb1bd19b3deca9d38e0c6df56d42737e054c2fc67f12f791'
checksum64 = 'eee6eda24c7ae74eb9a22ce00707c78ff53e898726177380ebc54e9306b429f0'
silentArgs = '/S'
validExitCodes = @(0)