Skip to content

Commit 45dbd0f

Browse files
benoitfpodman-desktop-bot
authored andcommitted
chore: Update chocolatey packages for 1.16.0
Signed-off-by: feloy <[email protected]>
1 parent de0a54e commit 45dbd0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.chocolatey/podman-desktop/podman-desktop.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>podman-desktop</id>
6-
<version>1.15.0</version>
6+
<version>1.16.0</version>
77
<title>Podman Desktop</title>
88
<authors>Florent Benoit</authors>
99
<owners>https://github.com/containers</owners>
@@ -32,7 +32,7 @@
3232
### You can also bring new features with Podman Desktop plug-ins or Docker Desktop extensions
3333
</description>
3434
<summary>Manage Podman and other container engines from a single UI and tray.</summary>
35-
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.15.0</releaseNotes>
35+
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.16.0</releaseNotes>
3636
<copyright>2022 Red Hat, Inc</copyright>
3737
<tags>podman desktop podman-machine containers ui</tags>
3838
<packageSourceUrl>https://github.com/containers/podman-desktop/tree/main/.chocolatey</packageSourceUrl>

.chocolatey/podman-desktop/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $packageArgs = @{
55
fileType = 'exe'
66
softwareName = 'PodmanDesktop'
77

8-
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.15.0/podman-desktop-1.15.0-setup.exe'
8+
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.16.0/podman-desktop-1.16.0-setup.exe'
99
checksumType = 'sha256'
10-
checksum64 = '17ac7a4eb1e9f9da724b0a96ab215f6f1a83465eabe86fcbfef374db234f22d5'
10+
checksum64 = '789eb0e0d2011f460b5d43c2e783ba53b88a5dc19a713ece2c43e81a723c1479'
1111

1212
silentArgs = '/S'
1313
validExitCodes = @(0)

0 commit comments

Comments
 (0)