summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-logrus_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/go-logrus_git.bb')
-rw-r--r--recipes-devtools/go/go-logrus_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-logrus_git.bb b/recipes-devtools/go/go-logrus_git.bb
index cb137707..211d07c9 100644
--- a/recipes-devtools/go/go-logrus_git.bb
+++ b/recipes-devtools/go/go-logrus_git.bb
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/sirupsen/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME};branch=master;protocol=https" 10SRC_URI = "git://${PKG_NAME};branch=master;protocol=https"
11 11
12SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb" 12SRCREV = "d26492970760ca5d33129d2d799e34be5c4782eb"
13PV = "0.11.0+git${SRCPV}" 13PV = "0.11.0+git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16