From 0d51058ce13c8cb76c9260bb4a501288e5fd5437 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 28 Jul 2015 17:50:04 +0800 Subject: pry: upgrade 0.9.12.6 -> 0.10.1 1) Modify rdoc-fixup-opt.banner-heredoc.patch,since the contents has been changed. 2) 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 --- meta-openstack/recipes-devtools/ruby/pry_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb index 37d4497..a4eb63c 100644 --- a/meta-openstack/recipes-devtools/ruby/pry_git.bb +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb @@ -7,18 +7,18 @@ for Ruby. It is written from scratch to provide a number of advanced \ features." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7d1a6fbb73f604e1e716380490938bd4" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dde93753687e16ab0c4669232fd27fd0" PR = "r0" -BPV = "0.9.12.6" +BPV = "0.10.1" PV = "${BPV}" -SRCREV = "047788c4225b25bb0462e06715616964e4f0da15" +SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f" S = "${WORKDIR}/git" SRC_URI = " \ - git://github.com/pry/pry.git;branch=0-9-12-stable \ + git://github.com/pry/pry.git \ file://rdoc-fixup-opt.banner-heredoc.patch \ " -- cgit v1.2.3-54-g00ecf