podman: update to 4.9.3

This commit is contained in:
Mehdi Chinoune
2024-02-23 19:23:02 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 5d3a60c657
commit 25f833ea57

View File

@@ -3,25 +3,25 @@
_realname=podman
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.9.2
pkgver=4.9.3
pkgrel=1
pkgdesc='Tool for running OCI-based containers in pods (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/containers/podman"
license=('spdx:Apache-2.0')
options=('!strip')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-go"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python"
"git"
)
_GV_VERSION="0.7.2" # See GV_VERSION in Makefile
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/refs/tags/v${_GV_VERSION}.tar.gz")
sha256sums=('5696e2ec07020a5a147444abd0cd6f8563412190212e1f12e6c1e110da0cc6d2'
'2163287ba1df33d9aba905888f271dc997d04fd3027f1c1f0c354d6045e07425')
"https://github.com/containers/gvisor-tap-vsock/archive/v${_GV_VERSION}/gvisor-tap-vsock-${_GV_VERSION}.tar.gz")
sha256sums=('37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437'
'851ed29b92e15094d8eba91492b6d7bab74aff4538dae0c973eb7d8ff48afd8a')
noextract=("${_realname}-${pkgver}.tar.gz")
prepare() {
@@ -53,8 +53,8 @@ build() {
cd "${srcdir}/build-${MSYSTEM}"
# parallel make breaks markdown processing
make -j1 podman-remote
make -j1 docker-docs
make -j1 podman-remote CGO_ENABLED=1
make -j1 docker-docs CGO_ENABLED=1
}
package() {