Skip to content

Commit 668f3a2

Browse files
committed
podman: update to 5.7.1
1 parent 8c0111c commit 668f3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-podman/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=podman
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=5.7.0
6+
pkgver=5.7.1
77
pkgrel=1
88
pkgdesc='Tool for running OCI-based containers in pods (mingw-w64)'
99
arch=('any')
@@ -28,7 +28,7 @@ options=('!strip')
2828
_GV_VERSION="v0.8.7" # See gvisor-tap-vsock in go.mod
2929
source=("https://github.com/containers/podman/archive/v$pkgver/${_realname}-${pkgver}.tar.gz"
3030
"https://github.com/containers/gvisor-tap-vsock/archive/${_GV_VERSION}/gvisor-tap-vsock-${_GV_VERSION#v}.tar.gz")
31-
sha256sums=('86972a63aaa8a292fff7ee3f18b7445d2e937e83e0c3f3b3904d48065714f07f'
31+
sha256sums=('c04c12f90d1bf410ccc4d27a30cff188d6a9361bddb5fceb19659ae08257cc6f'
3232
'ef9765d24bc3339014dd4a8f2e2224f039823278c249fb9bd1416ba8bbab590b')
3333
noextract=("${_realname}-${pkgver}.tar.gz")
3434

0 commit comments

Comments
 (0)