Skip to content

Commit 4c08f84

Browse files
authored
chore: Update chocolatey packages for 1.12.0 (podman-desktop#8464)
Signed-off-by: cdrage <[email protected]>
1 parent 84b6a7c commit 4c08f84

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.10.3</version>
6+
<version>1.12.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.10.3</releaseNotes>
35+
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.12.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/containers/podman-desktop/releases/download/v1.10.3/podman-desktop-1.10.3-setup.exe'
8+
url64bit = 'https://github.com/containers/podman-desktop/releases/download/v1.12.0/podman-desktop-1.12.0-setup.exe'
99
checksumType = 'sha256'
10-
checksum64 = '6ed4c03ea60487d1b472e53691108dcc8898f6811713be994b22375ca72c5000'
10+
checksum64 = '343b84cd95ce32e58c274b5b567d47d3ec12b69050775b7630881a01d3e80428'
1111

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

0 commit comments

Comments
 (0)