diff options
-rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index a8ee152e..c910c59a 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
6 | RDEPENDS:${PN} = "skopeo" | 6 | RDEPENDS:${PN} = "skopeo" |
7 | RDEPENDS:${PN}:class-native = "" | 7 | RDEPENDS:${PN}:class-native = "" |
8 | 8 | ||
9 | SRCREV_umoci = "8f807a317985f23f90f0d1dd75f5f6de34e0c263" | 9 | SRCREV_umoci = "8a7f7894daa4ffe1e69461967b666ee62295321e" |
10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ | 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ |
11 | " | 11 | " |
12 | 12 | ||
13 | PV = "v0.4.7+git" | 13 | PV = "v0.5.0+git" |
14 | S = "${UNPACKDIR}/github.com/opencontainers/umoci" | 14 | S = "${UNPACKDIR}/github.com/opencontainers/umoci" |
15 | GO_IMPORT = "github.com/opencontainers/umoci" | 15 | GO_IMPORT = "github.com/opencontainers/umoci" |
16 | 16 | ||