crun/oci-image-spec: specify https in github src_uri

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-11-05 08:57:46 -04:00
parent 7fec18f265
commit 3fea81e4c5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8
SRCNAME = "image-spec" SRCNAME = "image-spec"
PKG_NAME = "github.com/opencontainers/${SRCNAME}" PKG_NAME = "github.com/opencontainers/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https"
SRCREV = "54a822e528b91c8db63b873ad56daf200a2e5e61" SRCREV = "54a822e528b91c8db63b873ad56daf200a2e5e61"
PV = "v1.0.1+git${SRCPV}" PV = "v1.0.1+git${SRCPV}"

View File

@ -9,7 +9,7 @@ BBCLASSEXTEND = "native"
GO_IMPORT = "github.com/cpuguy83/go-md2man" GO_IMPORT = "github.com/cpuguy83/go-md2man"
#GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" #GO_INSTALL = "${GO_IMPORT}/bin/go-md2man"
SRC_URI = "git://${GO_IMPORT}.git;branch=master" SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https"
SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a"
PV = "1.0.10+git${SRCPV}" PV = "1.0.10+git${SRCPV}"