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 ee08e161..f148b7fa 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 = "645eba432fb989761433beb295951d516bfcc316" | 9 | SRCREV_umoci = "d6313283c36509ce8e9bda0affde5865ccee98a7" |
| 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.5.0+git" | 13 | PV = "v0.6.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 | ||
