Quentin Michaud pushed to branch main at Arch Linux / Packaging / Packages /
podman-desktop
Commits:
d268fc7b by Quentin Michaud at 2025-03-20T22:17:02+01:00
upgpkg: 1.17.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = podman-desktop
pkgdesc = Manage Podman and other container engines from a single UI
and tray.
- pkgver = 1.17.1
- pkgrel = 2
+ pkgver = 1.17.2
+ pkgrel = 1
url = https://podman-desktop.io
arch = x86_64
license = Apache-2.0
@@ -18,7 +18,7 @@ pkgbase = podman-desktop
depends = hicolor-icon-theme
optdepends = podman: podman plugin
optdepends = docker: docker plugin
- source =
podman-desktop-1.17.1.tar.gz::https://github.com/podman-desktop/podman-desktop/archive/refs/tags/v1.17.1.tar.gz
- b2sums =
96e49f9b12785d61b5590b2806b8934bc09797c3418cf3d22b815c356cc6cdbe9d8a41bff67b7417bcec91693a547f8ca7bb3a55a089e8a3051d0fd6d8492881
+ source =
podman-desktop-1.17.2.tar.gz::https://github.com/podman-desktop/podman-desktop/archive/refs/tags/v1.17.2.tar.gz
+ b2sums =
f29ed5b2455838274e448aeb26b40cab3705f4931d53bd1d4d2b50d3f8b40954296ccac2ad54a35aefa06e40db7aa10e4bf5b33500b659350f8389975955e50c
pkgname = podman-desktop
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Juliette Cordor
pkgname=podman-desktop
-pkgver=1.17.1
-pkgrel=2
+pkgver=1.17.2
+pkgrel=1
pkgdesc="Manage Podman and other container engines from a single UI and tray."
arch=("x86_64")
url="https://podman-desktop.io"
@@ -19,7 +19,7 @@ optdepends=(
"docker: docker plugin"
)
source=(${pkgname}-${pkgver}.tar.gz"::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=("96e49f9b12785d61b5590b2806b8934bc09797c3418cf3d22b815c356cc6cdbe9d8a41bff67b7417bcec91693a547f8ca7bb3a55a089e8a3051d0fd6d8492881")
+b2sums=('f29ed5b2455838274e448aeb26b40cab3705f4931d53bd1d4d2b50d3f8b40954296ccac2ad54a35aefa06e40db7aa10e4bf5b33500b659350f8389975955e50c')
prepare(){
cd "${srcdir}/podman-desktop-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/podman-desktop/-/commit/d268fc7b9faf03d956cd1fbf942fda024dc05f3e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/podman-desktop/-/commit/d268fc7b9faf03d956cd1fbf942fda024dc05f3e
You're receiving this email because of your account on gitlab.archlinux.org.