Skip to content

Commit

Permalink
chore: Update chocolatey packages for 1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
benoitf authored and podman-desktop-bot committed Dec 16, 2024
1 parent 2232351 commit c5b616e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .chocolatey/podman-desktop/podman-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>podman-desktop</id>
<version>1.14.2</version>
<version>1.15.0</version>
<title>Podman Desktop</title>
<authors>Florent Benoit</authors>
<owners>https://github.com/containers</owners>
Expand Down Expand Up @@ -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/v1.14.2</releaseNotes>
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.15.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>
Expand Down
4 changes: 2 additions & 2 deletions .chocolatey/podman-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'PodmanDesktop'

url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.14.2/podman-desktop-1.14.2-setup.exe'
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.15.0/podman-desktop-1.15.0-setup.exe'
checksumType = 'sha256'
checksum64 = '09db2f82c04d90dec4c7dfaafa20c2d7dd69682a947f66df19ec4187e1dfaa68'
checksum64 = '17ac7a4eb1e9f9da724b0a96ab215f6f1a83465eabe86fcbfef374db234f22d5'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit c5b616e

Please sign in to comment.