mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: Update chocolatey packages for 1.19.1
Signed-off-by: axel7083 <fbenoit@redhat.com>
This commit is contained in:
parent
c137ada82a
commit
55a2cd868d
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.18.1</version>
|
||||
<version>1.19.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/containers/podman-desktop/releases/expanded_assets/v1.18.1</releaseNotes>
|
||||
<releaseNotes>https://github.com/containers/podman-desktop/releases/expanded_assets/v1.19.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.18.1/podman-desktop-1.18.1-setup.exe'
|
||||
url64bit = 'https://github.com/podman-desktop/podman-desktop/releases/download/v1.19.1/podman-desktop-1.19.1-setup.exe'
|
||||
checksumType = 'sha256'
|
||||
checksum64 = '3cfda40ce1bc1d5fa6a1f1368e890b4e9fdd0ee10e2731bac2f0de337e9ae982'
|
||||
checksum64 = '1e38aabc2f9063f75c786e2d70c15439f8a9539d0806c00807dfacf8f9a39051'
|
||||
|
||||
silentArgs = '/S'
|
||||
validExitCodes = @(0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue