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 f04adca9..02a07dcc 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.33.2" | 11 | BUILDAH_VERSION = "1.33.3" |
12 | 12 | ||
13 | PV = "${BUILDAH_VERSION}" | 13 | PV = "${BUILDAH_VERSION}" |
14 | 14 | ||
@@ -28,7 +28,7 @@ GO_WORKDIR = "${GO_INSTALL}" | |||
28 | GOBUILDFLAGS += "-mod vendor" | 28 | GOBUILDFLAGS += "-mod vendor" |
29 | 29 | ||
30 | SRCREV_FORMAT = "buildah_storage" | 30 | SRCREV_FORMAT = "buildah_storage" |
31 | SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f" | 31 | SRCREV_buildah = "5ca83472cb6927d8353a5c6e577c56450b175345" |
32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |