diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 5083b658..ee8e779b 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo;branch=release-1.14;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ + git://github.com/containers/skopeo;branch=release-1.15;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ " -SRCREV = "1c2ab995059dd011aad74e2c37305d636ebd2675" -PV = "v1.14.2+git" +SRCREV = "80626759e0cd793ae2829fed28f32f2c4d1c8f3e" +PV = "v1.15.2+git" GO_IMPORT = "import" S = "${WORKDIR}/git/src/github.com/containers/skopeo"