Skip to content

Commit 2e1aa57

Browse files
benoitfpodman-desktop-bot
authored andcommitted
chore: Update chocolatey packages for 1.28.2
Signed-off-by: axel7083 <fbenoit@redhat.com>
1 parent a6846f2 commit 2e1aa57

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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.27.2</version>
6+
<version>1.28.2</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/podman-desktop/podman-desktop/releases/tag/v1.27.2</releaseNotes>
35+
<releaseNotes>https://github.com/podman-desktop/podman-desktop/releases/tag/v1.28.2</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

Lines changed: 2 additions & 2 deletions
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.27.2/podman-desktop-1.27.2-setup.exe'
8+
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.28.2/podman-desktop-1.28.2-setup.exe'
99
checksumType = 'sha256'
10-
checksum64 = '7280fb2bde90ede3c1c45919883bcac6fca1d45f2f3a3134b55c9a21aaabd680'
10+
checksum64 = '95d16531e522622064506845a8bfc02e98d50ea00e722449464fe7ec356700e2'
1111

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

0 commit comments

Comments
 (0)