summaryrefslogtreecommitdiffstats
path: root/recipes-containers/buildah/buildah_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/buildah/buildah_git.bb')
-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 12b39ec7..5e004544 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "A tool that facilitates building OCI container images."
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 7LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8 8
9BUILDAH_VERSION = "1.43.0" 9BUILDAH_VERSION = "1.43.1"
10 10
11PV = "${BUILDAH_VERSION}" 11PV = "${BUILDAH_VERSION}"
12 12
@@ -25,7 +25,7 @@ GO_INSTALL = "${GO_IMPORT}"
25GO_WORKDIR = "${GO_INSTALL}" 25GO_WORKDIR = "${GO_INSTALL}"
26GOBUILDFLAGS += "-mod vendor" 26GOBUILDFLAGS += "-mod vendor"
27 27
28SRCREV = "bbc4bd12f4fc659b7d8f3abb790a2c25b00f33a3" 28SRCREV = "1d61d52173ff67b920d2e9d5e308c3761017c85e"
29 29
30SRC_URI = " \ 30SRC_URI = " \
31 git://github.com/containers/buildah;branch=release-1.43;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 31 git://github.com/containers/buildah;branch=release-1.43;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \