Skip to content

Commit 88037ca

Browse files
benoitfpodman-desktop-bot
authored andcommitted
chore: Update chocolatey packages for 1.28.3
Signed-off-by: simonrey1 <fbenoit@redhat.com>
1 parent 830384f commit 88037ca

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.28.2</version>
6+
<version>1.28.3</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.28.2</releaseNotes>
35+
<releaseNotes>https://github.com/podman-desktop/podman-desktop/releases/tag/v1.28.3</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.28.2/podman-desktop-1.28.2-setup.exe'
8+
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.28.3/podman-desktop-1.28.3-setup.exe'
99
checksumType = 'sha256'
10-
checksum64 = '95d16531e522622064506845a8bfc02e98d50ea00e722449464fe7ec356700e2'
10+
checksum64 = '45f55afc30105114f11df57348ca1de9c262c35fcc6cc5fd5b8ac03107c69f44'
1111

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

0 commit comments

Comments
 (0)