skopeo: update to v1.14.2

Bumping skopeo to version v1.14.1-4-g1c2ab995, which comprises the following commits:

    c3e474e4 [release-1.14] Bump Skopeo to v1.14.3-dev
    b673eb60 [release-1.14] Bump Skopeo to v1.14.2
    18cc81ab [release-1.14] Bump c/image to v5.29.2, c/common to v0.57.3

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-03-01 23:03:50 +00:00
parent a906b81ca6
commit a5fee65b68

View File

@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \
"
SRC_URI = " \
git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
git://github.com/containers/skopeo;branch=release-1.14;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
"
SRCREV = "695538a31a9affe40d637f5dc9fa97af30cc8ab9"
PV = "v1.14.1+git"
SRCREV = "1c2ab995059dd011aad74e2c37305d636ebd2675"
PV = "v1.14.2+git"
GO_IMPORT = "import"
S = "${WORKDIR}/git/src/github.com/containers/skopeo"