mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/rubygem-mime-types: Updated for version 3.2.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
79ba6ffcd2
commit
dcff128c88
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rubygem-mime-types
|
||||
|
||||
# Copyright 2017 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2017-2018 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# 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-mime-types
|
||||
VERSION=${VERSION:-3.1}
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -108,7 +108,7 @@ rm -rf $PKG/$DESTDIR/cache
|
|||
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=- \
|
||||
Code-of-Conduct.rdoc Contributing.rdoc History.rdoc README.rdoc Licence.rdoc
|
||||
README.rdoc
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rubygem-mime-types"
|
||||
VERSION="3.1"
|
||||
VERSION="3.2.2"
|
||||
HOMEPAGE="https://github.com/mime-types/ruby-mime-types/"
|
||||
DOWNLOAD="https://rubygems.org/downloads/mime-types-3.1.gem"
|
||||
MD5SUM="d81cae43778c88988ee8b3cedc03bc84"
|
||||
DOWNLOAD="https://rubygems.org/downloads/mime-types-3.2.2.gem"
|
||||
MD5SUM="9eda331296065491ea66183474c999ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rubygem-mime-types-data"
|
||||
|
|
Loading…
Reference in a new issue