Skip to content

Commit

Permalink
podman: Update to 5.0.1
Browse files Browse the repository at this point in the history
This is not compatible with podman 4, so all machines
need to be reset:

With 4.9 (downgrade if needed):

podman machine stop
podman machine rm

With 5.0:

podman machine init
podman machine start

Also see https://blog.podman.io/2024/03/migration-of-podman-4-to-podman-5-machines/
  • Loading branch information
lazka committed Apr 3, 2024
1 parent 905c977 commit e965d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-podman/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=podman
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.9.3
pkgver=5.0.1
pkgrel=1
pkgdesc='Tool for running OCI-based containers in pods (mingw-w64)'
arch=('any')
Expand All @@ -23,7 +23,7 @@ options=('!strip')
_GV_VERSION="0.7.3" # See GV_VERSION in Makefile
source=("https://github.com/containers/podman/archive/v$pkgver/${_realname}-${pkgver}.tar.gz"
"https://github.com/containers/gvisor-tap-vsock/archive/v${_GV_VERSION}/gvisor-tap-vsock-${_GV_VERSION}.tar.gz")
sha256sums=('37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437'
sha256sums=('ee6253866e949431c3f2c0e87582c864b8dd1c96773fc93d6c73dfaff9630ee2'
'851ed29b92e15094d8eba91492b6d7bab74aff4538dae0c973eb7d8ff48afd8a')
noextract=("${_realname}-${pkgver}.tar.gz")

Expand Down

0 comments on commit e965d68

Please sign in to comment.