summaryrefslogtreecommitdiffstats
path: root/recipes-containers/go-spf13-cobra
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/go-spf13-cobra')
-rw-r--r--recipes-containers/go-spf13-cobra/spf13-cobra_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb b/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb
index e5c442f4..c6629014 100644
--- a/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb
+++ b/recipes-containers/go-spf13-cobra/spf13-cobra_git.bb
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/spf13/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" 10SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=main;protocol=https"
11 11
12SRCREV = "4dd4b25de38418174a6e859e8a32eaccca32dccc" 12SRCREV = "4dd4b25de38418174a6e859e8a32eaccca32dccc"
13PV = "v1.6.0+git${SRCPV}" 13PV = "v1.6.0+git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16