diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-05 08:57:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-05 09:17:01 -0400 |
| commit | d3d8d2d3ac2fcba915e62044753c5457c07c90c8 (patch) | |
| tree | 7bdca66f2900038d9fd99508f30a986e2152509f /recipes-devtools | |
| parent | 8bff038021df93427b19fd91937a176581cd1a8c (diff) | |
| download | meta-virtualization-d3d8d2d3ac2fcba915e62044753c5457c07c90c8.tar.gz | |
crun/oci-image-spec: specify https in github src_uri
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/go/go-md2man_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb index d02f3244..aa058990 100644 --- a/recipes-devtools/go/go-md2man_git.bb +++ b/recipes-devtools/go/go-md2man_git.bb | |||
| @@ -9,7 +9,7 @@ BBCLASSEXTEND = "native" | |||
| 9 | GO_IMPORT = "github.com/cpuguy83/go-md2man" | 9 | GO_IMPORT = "github.com/cpuguy83/go-md2man" |
| 10 | #GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" | 10 | #GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://${GO_IMPORT}.git;branch=master" | 12 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https" |
| 13 | 13 | ||
| 14 | SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" | 14 | SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" |
| 15 | PV = "1.0.10+git${SRCPV}" | 15 | PV = "1.0.10+git${SRCPV}" |
