mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore: Update chocolatey packages for 1.26.1
Signed-off-by: bmahabirbu <fbenoit@redhat.com>
This commit is contained in:
parent
89f3fae9b9
commit
e9e4dc1d6e
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>podman-desktop</id>
|
||||
<version>1.25.1</version>
|
||||
<version>1.26.1</version>
|
||||
<title>Podman Desktop</title>
|
||||
<authors>Florent Benoit</authors>
|
||||
<owners>https://github.com/containers</owners>
|
||||
|
|
@ -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/podman-desktop/podman-desktop/releases/tag/v1.25.1</releaseNotes>
|
||||
<releaseNotes>https://github.com/podman-desktop/podman-desktop/releases/tag/v1.26.1</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>
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ $packageArgs = @{
|
|||
fileType = 'exe'
|
||||
softwareName = 'PodmanDesktop'
|
||||
|
||||
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.25.1/podman-desktop-1.25.1-setup.exe'
|
||||
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.26.1/podman-desktop-1.26.1-setup.exe'
|
||||
checksumType = 'sha256'
|
||||
checksum64 = '394852a8fdcc9cd9a59d473028e7f662f9362e59d27d967eac1351f5f69f3432'
|
||||
checksum64 = '508a5ed6f5ae8eb38f93bbf16f592662659fdc64cd52be71b772d192b558b45c'
|
||||
|
||||
silentArgs = '/S'
|
||||
validExitCodes = @(0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue