ruby/rubygem-mime-types: Updated for version 3.2.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2018-10-04 10:17:25 +01:00 committed by Willy Sudiarto Raharjo
parent 79ba6ffcd2
commit dcff128c88
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"