summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-29 18:05:13 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-29 11:12:01 -0400
commitba67a3bc3138b44378ac5f5063b690ac10e4294b (patch)
treeafe843a70f15bdfa892d2c30c3817a78efab74dc /meta-openstack/recipes-devtools/ruby
parent89f228ce884f8f73db4fd1580adf87187b27bb2f (diff)
downloadmeta-cloud-services-ba67a3bc3138b44378ac5f5063b690ac10e4294b.tar.gz
slop: upgrade 3.5.0 -> 4.2.0
Update the checksum of LICENSE, since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
-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