podman: update to 4.4.4

This commit is contained in:
Mehdi Chinoune
2023-04-07 12:47:31 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent e684141eee
commit 0dc2f32190

View File

@@ -3,7 +3,7 @@
_realname=podman
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.4.3
pkgver=4.4.4
pkgrel=1
pkgdesc='Tool for running OCI-based containers in pods (mingw-w64)'
arch=('any')
@@ -18,7 +18,7 @@ makedepends=(
"git"
)
source=("https://github.com/containers/podman/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('c4770787f008923ec3181ea49c31bdb4d2b77458dbc842f43053fc96a1914ee0')
sha256sums=('2dacfe7041b83e2cb05fda58bd1fbdae61348a427f5b9073b96b36154de894a1')
build() {
cd "$_realname-$pkgver"