system/ttf-ibm-plex: Updated for version 6.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
JW(Shinichi Abe) 2023-07-08 09:42:56 +07:00 committed by Willy Sudiarto Raharjo
parent db9704e188
commit d571116aab
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View file

@ -3,13 +3,13 @@
# Slackware build script for ttf-ibm-plex
#
# ISC License
#
#
# Copyright (c) 2019, 2020 Lazar Isailovic <etflazar@gmail.com>
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
@ -21,7 +21,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ttf-ibm-plex
VERSION=${VERSION:-5.1.3}
VERSION=${VERSION:-6.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -58,7 +58,7 @@ find -L . \
mkdir -p $PKG/usr/share/fonts/TTF
cp -a */*.ttf $PKG/usr/share/fonts/TTF
find . -name "*.ttf" -exec cp {} $PKG/usr/share/fonts/TTF/ \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a IBM-Plex-Mono/license.txt $PKG/usr/doc/$PRGNAM-$VERSION/

View file

@ -1,10 +1,10 @@
PRGNAM="ttf-ibm-plex"
VERSION="5.1.3"
VERSION="6.3.0"
HOMEPAGE="https://github.com/IBM/plex"
DOWNLOAD="https://github.com/IBM/plex/releases/download/v5.1.3/TrueType.zip"
MD5SUM="813956ffd825da7d502adb545bb4367c"
DOWNLOAD="https://github.com/IBM/plex/releases/download/v6.3.0/TrueType.zip"
MD5SUM="c6fd93a5b8717c26a6ab6d7e4f3cac4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Lazar Isailovic"
EMAIL="etflazar@gmail.com"
MAINTAINER="JW(Shinichi Abe)"
EMAIL="shin1.abe@nifty.com"