diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2022-08-19 19:00:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:43 +0700 |
commit | a6e26e1025cff8b480b6366771b8e08074359b10 (patch) | |
tree | 7405ad676c2057accd373f4f27c54362edf75731 /system/ttf-monaco/ttf-monaco.SlackBuild | |
parent | c17a69b878b7672b00fe9730274e99ba0f23e0e1 (diff) |
system/ttf-monaco: Updated for version 6.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-monaco/ttf-monaco.SlackBuild')
-rw-r--r-- | system/ttf-monaco/ttf-monaco.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ttf-monaco/ttf-monaco.SlackBuild b/system/ttf-monaco/ttf-monaco.SlackBuild index db1892f5192f..688cd50192fc 100644 --- a/system/ttf-monaco/ttf-monaco.SlackBuild +++ b/system/ttf-monaco/ttf-monaco.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ttf-monaco. # -# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ttf-monaco -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCNAM="Monaco_Linux" +SRCNAM="monaco" set -e |