system/ttf-charis-sil: Updated for version 6.200.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
548e8957eb
commit
29da8488ba
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# @(#) ttf-charis-sil.SlackBuild 1.5@(#)
|
||||
# @(#) ttf-charis-sil.SlackBuild 1.4@(#)
|
||||
|
||||
# Slackware build script for ttf-charis-sil
|
||||
|
||||
# Copyright 2022 pomfland
|
||||
# Copyright 2024 pomfland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ttf-charis-sil
|
||||
VERSION=${VERSION:-6.101}
|
||||
VERSION=${VERSION:-6.200}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ttf-charis-sil"
|
||||
VERSION="6.101"
|
||||
VERSION="6.200"
|
||||
HOMEPAGE="https://software.sil.org/charis/"
|
||||
DOWNLOAD="https://software.sil.org/downloads/r/charis/CharisSIL-6.101.zip"
|
||||
MD5SUM="56450842e03197611d8439dd98b9b8cc"
|
||||
DOWNLOAD="https://software.sil.org/downloads/r/charis/CharisSIL-6.200.zip"
|
||||
MD5SUM="5759fcc629e70c25bdf53a9d1e920d6b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue