mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ruby/rubygem-parser: Updated for version 2.7.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
d5c49366ba
commit
8418a24e64
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for rubygem-parser
|
# Slackware build script for rubygem-parser
|
||||||
|
|
||||||
# Copyright 2018-2019 Andrew Clemons, Wellington New Zealand
|
# Copyright 2018-2020 Andrew Clemons, Wellington New Zealand
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=rubygem-parser
|
PRGNAM=rubygem-parser
|
||||||
VERSION=${VERSION:-2.7.0.1}
|
VERSION=${VERSION:-2.7.0.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rubygem-parser"
|
PRGNAM="rubygem-parser"
|
||||||
VERSION="2.7.0.1"
|
VERSION="2.7.0.2"
|
||||||
HOMEPAGE="https://github.com/whitequark/parser"
|
HOMEPAGE="https://github.com/whitequark/parser"
|
||||||
DOWNLOAD="https://rubygems.org/downloads/parser-2.7.0.1.gem"
|
DOWNLOAD="https://rubygems.org/downloads/parser-2.7.0.2.gem"
|
||||||
MD5SUM="f4f2a67188300098902b51db9fb9e013"
|
MD5SUM="f48fa8d982e79b0813194d8d61fccbbf"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="rubygem-ast"
|
REQUIRES="rubygem-ast"
|
||||||
|
|
Loading…
Reference in a new issue