summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/buildah/buildah_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 0819bfe9..d3ccc920 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.32.0" 11BUILDAH_VERSION = "1.33.2"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -28,11 +28,11 @@ GO_WORKDIR = "${GO_INSTALL}"
28GOBUILDFLAGS += "-mod vendor" 28GOBUILDFLAGS += "-mod vendor"
29 29
30SRCREV_FORMAT = "buildah_storage" 30SRCREV_FORMAT = "buildah_storage"
31SRCREV_buildah = "4f3d7b0b630117a3f770e064f17415977e7e3c73" 31SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 33
34SRC_URI = " \ 34SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.32;name=buildah;protocol=https \ 35 git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \
36 " 36 "
37 37
38DEPENDS = "libdevmapper btrfs-tools gpgme" 38DEPENDS = "libdevmapper btrfs-tools gpgme"