summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/slop_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/slop_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/slop_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb
index c77785f..043284c 100644
--- a/meta-openstack/recipes-devtools/ruby/slop_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb
@@ -5,18 +5,18 @@ SUMMARY = "A simple option parser with an simple syntax and API."
5DESCRIPTION = "A simple option parser with an simple syntax and API." 5DESCRIPTION = "A simple option parser with an simple syntax and API."
6 6
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=66a8da2a5bee25570ffc35aa5426d176" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=40575ded674b04c083ce6818c01f0282"
9 9
10PR = "r0" 10PR = "r0"
11 11
12BPV = "3.5.0" 12BPV = "4.2.0"
13PV = "${BPV}" 13PV = "${BPV}"
14SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51" 14SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/leejarvis/slop.git;branch=v3 \ 19 git://github.com/leejarvis/slop.git \
20 " 20 "
21 21
22inherit ruby 22inherit ruby