summaryrefslogtreecommitdiffstats
path: root/recipes-containers/go-errors/go-errors_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/go-errors/go-errors_git.bb')
-rw-r--r--recipes-containers/go-errors/go-errors_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb
index 0cac16c3..7c44c636 100644
--- a/recipes-containers/go-errors/go-errors_git.bb
+++ b/recipes-containers/go-errors/go-errors_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "errors"
9PKG_NAME = "github.com/pkg/${SRCNAME}" 9PKG_NAME = "github.com/pkg/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" 10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
11 11
12SRCREV = "248dadf4e9068a0b3e79f02ed0a610d935de5302" 12SRCREV = "5dd12d0cfe7f152f80558d591504ce685299311e"
13PV = "v0.8.0+git${SRCPV}" 13PV = "v0.8.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16