[meta-virtualization] [PATCH 1/2] slop: upgrade 3.5.0 -> 4.2.0

Li xin lixin.fnst at cn.fujitsu.com
Wed Jul 29 03:05:13 PDT 2015


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 at cn.fujitsu.com>
---
 meta-openstack/recipes-devtools/ruby/slop_git.bb | 8 ++++----
 1 file 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."
 DESCRIPTION = "A simple option parser with an simple syntax and API."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=66a8da2a5bee25570ffc35aa5426d176"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=40575ded674b04c083ce6818c01f0282"
 
 PR = "r0"
 
-BPV = "3.5.0"
+BPV = "4.2.0"
 PV = "${BPV}"
-SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51"
+SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1"
 
 S = "${WORKDIR}/git"
 
 SRC_URI = " \
-    git://github.com/leejarvis/slop.git;branch=v3 \
+    git://github.com/leejarvis/slop.git \
     "
 
 inherit ruby
-- 
1.8.4.2



More information about the meta-virtualization mailing list