diff options
| -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 | ||
