ruby/rubygem-mail: Updated for version 2.7.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2020-03-05 00:24:54 +07:00 committed by Willy Sudiarto Raharjo
parent b77ef5e813
commit 3c692d2d2f
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="rubygem-mail"
VERSION="2.7.0"
VERSION="2.7.1"
HOMEPAGE="https://github.com/mikel/mail"
DOWNLOAD="https://rubygems.org/downloads/mail-2.7.0.gem"
MD5SUM="14a930bccff635e571fb4b7de16f394a"
DOWNLOAD="https://rubygems.org/downloads/mail-2.7.1.gem"
MD5SUM="3460c6529379d0b684a4f1cd9c6a34dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rubygem-mime-types"
REQUIRES="rubygem-mini_mime"
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"