summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-metalinter_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/go-metalinter_git.bb')
-rw-r--r--recipes-devtools/go/go-metalinter_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-metalinter_git.bb b/recipes-devtools/go/go-metalinter_git.bb
index 3dda45cc..def3d063 100644
--- a/recipes-devtools/go/go-metalinter_git.bb
+++ b/recipes-devtools/go/go-metalinter_git.bb
@@ -12,7 +12,7 @@ PKG_NAME = "github.com/alecthomas/${SRCNAME}"
12SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" 12SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
13 13
14SRCREV = "e8d801238da6f0dfd14078d68f9b53fa50a7eeb5" 14SRCREV = "e8d801238da6f0dfd14078d68f9b53fa50a7eeb5"
15PV = "0.0+git${SRCPV}" 15PV = "0.0+git"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18