mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ruby/rubygem-pry: Updated for version 0.12.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e20f583104
commit
b765428b6c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rubygem-pry
|
||||
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rubygem-pry
|
||||
VERSION=${VERSION:-0.11.3}
|
||||
VERSION=${VERSION:-0.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rubygem-pry"
|
||||
VERSION="0.11.3"
|
||||
VERSION="0.12.2"
|
||||
HOMEPAGE="http://pryrepl.org/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/pry-0.11.3.gem"
|
||||
MD5SUM="d24ddb7cca20de76b94d1b8817309a53"
|
||||
DOWNLOAD="https://rubygems.org/downloads/pry-0.12.2.gem"
|
||||
MD5SUM="6ac3bead404f840ac8e3b9efb210ff7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rubygem-coderay rubygem-method_source"
|
||||
|
|
Loading…
Reference in a new issue