diff options
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 8c6b8f3b..32751ecf 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 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | BUILDAH_VERSION = "1.29" | 11 | BUILDAH_VERSION = "1.31" |
12 | 12 | ||
13 | PV = "${BUILDAH_VERSION}" | 13 | PV = "${BUILDAH_VERSION}" |
14 | 14 | ||
@@ -26,7 +26,7 @@ GO_WORKDIR = "${GO_INSTALL}" | |||
26 | GOBUILDFLAGS += "-mod vendor" | 26 | GOBUILDFLAGS += "-mod vendor" |
27 | 27 | ||
28 | SRCREV_FORMAT = "buildah_storage" | 28 | SRCREV_FORMAT = "buildah_storage" |
29 | SRCREV_buildah = "7fa17a8428727eb3ecaca088bda1ebec590eeb8c" | 29 | SRCREV_buildah = "d0de60bbf34d7e97d08f8652abf794c3b66e47a1" |
30 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 30 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
31 | 31 | ||
32 | SRC_URI = " \ | 32 | SRC_URI = " \ |