skopeo: update to 1.11.2

Bumping skopeo to version v1.11.2-1-gd79588e6, which comprises the following commits:

    d79588e6 Bump to v1.11.3-dev
    dc1e14f7 Release 1.11.2
    902506dd bump golang.org/x/net to v0.7.0
    b2884205 [release-1.11] Bump to v1.11.2-dev
    fb1ade6d [release-1.11] Bump to v1.11.1
    40dd6507 Update to c/image 5.24.1

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-04-05 16:44:16 -04:00
parent d51e06f053
commit d74219e96b

View File

@ -20,12 +20,12 @@ RDEPENDS:${PN} = " \
" "
SRC_URI = " \ SRC_URI = " \
git://github.com/containers/skopeo;branch=main;protocol=https \ git://github.com/containers/skopeo;branch=release-1.11;protocol=https \
file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
" "
SRCREV = "1e70fee21db5cc63786246644c031cf0f659971a" SRCREV = "d79588e6c1d2ff2053206a650adc1d30af591908"
PV = "v1.11.0+git${SRCPV}" PV = "v1.11.2+git${SRCPV}"
GO_IMPORT = "import" GO_IMPORT = "import"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"