summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 53c6cb01..5155cbb1 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11BUILDAH_VERSION = "1.31.1" 11BUILDAH_VERSION = "1.31.3"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -26,7 +26,7 @@ GO_WORKDIR = "${GO_INSTALL}"
26GOBUILDFLAGS += "-mod vendor" 26GOBUILDFLAGS += "-mod vendor"
27 27
28SRCREV_FORMAT = "buildah_storage" 28SRCREV_FORMAT = "buildah_storage"
29SRCREV_buildah = "0cc7680cc38180a23b53895903405d98fcc4c027" 29SRCREV_buildah = "0926e05c3386a009f622a49a781bf3dcbf2aef03"
30SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 30SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
31 31
32SRC_URI = " \ 32SRC_URI = " \