diff options
Diffstat (limited to 'recipes-containers/buildah/buildah_git.bb')
| -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 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." | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 7 | LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | 8 | ||
| 9 | BUILDAH_VERSION = "1.43.0" | 9 | BUILDAH_VERSION = "1.43.1" |
| 10 | 10 | ||
| 11 | PV = "${BUILDAH_VERSION}" | 11 | PV = "${BUILDAH_VERSION}" |
| 12 | 12 | ||
| @@ -25,7 +25,7 @@ GO_INSTALL = "${GO_IMPORT}" | |||
| 25 | GO_WORKDIR = "${GO_INSTALL}" | 25 | GO_WORKDIR = "${GO_INSTALL}" |
| 26 | GOBUILDFLAGS += "-mod vendor" | 26 | GOBUILDFLAGS += "-mod vendor" |
| 27 | 27 | ||
| 28 | SRCREV = "bbc4bd12f4fc659b7d8f3abb790a2c25b00f33a3" | 28 | SRCREV = "1d61d52173ff67b920d2e9d5e308c3761017c85e" |
| 29 | 29 | ||
| 30 | SRC_URI = " \ | 30 | SRC_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} \ |
