mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/rubygem-ast: Updated for version 2.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2719e7a51e
commit
0bc905e571
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rubygem-ast
|
||||
|
||||
# Copyright 2018 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2018,2020 Andrew Clemons, Wellington New Zealand
|
||||
# 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-ast
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -106,7 +106,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
tar -x -O --file=$CWD/$SRCNAM-$VERSION.gem data.tar.gz \
|
||||
| tar -xz -C $PKG/usr/doc/$PRGNAM-$VERSION --file=- \
|
||||
CHANGELOG.md LICENSE.MIT README.YARD.md README.md
|
||||
LICENSE.MIT README.YARD.md
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rubygem-ast"
|
||||
VERSION="2.4.0"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="https://github.com/whitequark/ast"
|
||||
DOWNLOAD="https://rubygems.org/downloads/ast-2.4.0.gem"
|
||||
MD5SUM="32de813722684ea1dad7fefc676d0838"
|
||||
DOWNLOAD="https://rubygems.org/downloads/ast-2.4.1.gem"
|
||||
MD5SUM="d361b241a0dcd72b7f791227b6ce4cbd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue