diff options
author | Hongzhi.Song <hongzhi.song@windriver.com> | 2019-03-19 00:05:19 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-20 14:42:42 -0400 |
commit | 8d88c35fb9f78f13426b754f408aa58a085288d0 (patch) | |
tree | a4667c43dd40c43477120018baa27507ff9b1bf2 /recipes-devtools/go | |
parent | fb524ca5a228b58c3feb048956c5f0713f6cea45 (diff) | |
download | meta-virtualization-8d88c35fb9f78f13426b754f408aa58a085288d0.tar.gz |
notary: uprev to v0.6.1
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go')
-rw-r--r-- | recipes-devtools/go/notary_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/go/notary_git.bb b/recipes-devtools/go/notary_git.bb index d638dc1c..9cfb46ea 100644 --- a/recipes-devtools/go/notary_git.bb +++ b/recipes-devtools/go/notary_git.bb | |||
@@ -2,15 +2,15 @@ DESCRIPTION = "Notary is a Docker project that allows anyone to have trust over | |||
2 | HOMEPAGE = "https://github.com/docker/notary" | 2 | HOMEPAGE = "https://github.com/docker/notary" |
3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=771ddb425ba03c8fab49e5bd9854a4a2" | 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3596b980bb036e0875174ed15e4b982a" |
6 | 6 | ||
7 | SRCNAME = "notary" | 7 | SRCNAME = "notary" |
8 | 8 | ||
9 | PKG_NAME = "github.com/docker/${SRCNAME}" | 9 | PKG_NAME = "github.com/docker/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}" |
11 | 11 | ||
12 | SRCREV = "c8aa8cf53cbcda2e92def0c9291e25d770493494" | 12 | SRCREV = "d6e1431feb32348e0650bf7551ac5cffd01d857b" |
13 | PV = "0.4.2+git${SRCPV}" | 13 | PV = "0.6.1+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||