ruby/rubygem-rdiscount: Updated for version 2.2.7.3 (+ new maint).

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-10-06 12:55:30 +09:00 committed by Willy Sudiarto Raharjo
parent eee8cf4096
commit 774d60935d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 11 additions and 10 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for rubygem-rdiscount
# Copyright 2017 David Spencer, Baildon, West Yorkshire, U.K.
# Copyright 2024 Andrew Clemons, Tokyo, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rubygem-rdiscount
VERSION=${VERSION:-2.2.0.1}
VERSION=${VERSION:-2.2.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -61,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View file

@ -1,10 +1,10 @@
PRGNAM="rubygem-rdiscount"
VERSION="2.2.0.1"
HOMEPAGE="http://dafoster.net/projects/rdiscount/"
DOWNLOAD="https://rubygems.org/downloads/rdiscount-2.2.0.1.gem"
MD5SUM="a744103bbbed370cb8402c80042d916d"
VERSION="2.2.7.3"
HOMEPAGE="https://dafoster.net/projects/rdiscount/"
DOWNLOAD="https://rubygems.org/downloads/rdiscount-2.2.7.3.gem"
MD5SUM="5a32c8bf81abceec6d145a5ccf222ed7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"