summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/pry_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/pry_git.bb8
1 files changed, 4 insertions, 4 deletions
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 \
7features." 7features."
8 8
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=7d1a6fbb73f604e1e716380490938bd4" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=dde93753687e16ab0c4669232fd27fd0"
11 11
12PR = "r0" 12PR = "r0"
13 13
14BPV = "0.9.12.6" 14BPV = "0.10.1"
15PV = "${BPV}" 15PV = "${BPV}"
16SRCREV = "047788c4225b25bb0462e06715616964e4f0da15" 16SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/pry/pry.git;branch=0-9-12-stable \ 21 git://github.com/pry/pry.git \
22 file://rdoc-fixup-opt.banner-heredoc.patch \ 22 file://rdoc-fixup-opt.banner-heredoc.patch \
23 " 23 "
24 24