diff options
-rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index ae3495ba..fdeb9972 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.37.5" | 11 | BUILDAH_VERSION = "1.39.1" |
12 | 12 | ||
13 | PV = "${BUILDAH_VERSION}" | 13 | PV = "${BUILDAH_VERSION}" |
14 | 14 | ||
@@ -28,11 +28,11 @@ 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 = "c0602013adc2142f017a6b973a70b33e57bd5539" | 31 | SRCREV_buildah = "1c4d858794c90fbb882c976efea09035c83cd73c" |
32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 32 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |
35 | git://github.com/containers/buildah;branch=release-1.37;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 35 | git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
36 | " | 36 | " |
37 | 37 | ||
38 | DEPENDS = "libdevmapper btrfs-tools gpgme" | 38 | DEPENDS = "libdevmapper btrfs-tools gpgme" |