system/ttf-mononoki: Updated for version 1.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94998b8ad5
commit
5f94d7a187
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for ttf-mononoki
|
||||
|
||||
# Copyright 2016-2017,2021 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2022 Andrew Clemons, Tokyo Japan
|
||||
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
|
||||
# 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-mononoki
|
||||
SRCNAM=${PRGNAM#ttf-}
|
||||
VERSION=${VERSION:-1.5}
|
||||
VERSION=${VERSION:-1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ttf-mononoki"
|
||||
VERSION="1.5"
|
||||
VERSION="1.6"
|
||||
HOMEPAGE="https://github.com/madmalik/mononoki"
|
||||
DOWNLOAD="https://github.com/madmalik/mononoki/archive/1.5/mononoki-1.5.tar.gz"
|
||||
MD5SUM="c0ca98b21c906486104dd5fb5c1c2166"
|
||||
DOWNLOAD="https://github.com/madmalik/mononoki/archive/1.6/mononoki-1.6.tar.gz"
|
||||
MD5SUM="2b5901a6e8acb262eefaa480b562ec37"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue