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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2019-10-05 06:01:57 +07:00 committed by Willy Sudiarto Raharjo
parent cdbbb3a6e4
commit a14b2fe530
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rubygem-mime-types
# Copyright 2017-2018 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2017-2019 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.2.2}
VERSION=${VERSION:-3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rubygem-mime-types"
VERSION="3.2.2"
VERSION="3.3"
HOMEPAGE="https://github.com/mime-types/ruby-mime-types/"
DOWNLOAD="https://rubygems.org/downloads/mime-types-3.2.2.gem"
MD5SUM="9eda331296065491ea66183474c999ca"
DOWNLOAD="https://rubygems.org/downloads/mime-types-3.3.gem"
MD5SUM="c6277745bb7ffa65a516bb237654838d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rubygem-mime-types-data"