mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/rubygem-mime-types: Updated for version 3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cdbbb3a6e4
commit
a14b2fe530
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue