diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2024-01-04 09:19:04 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-04 09:57:46 +0700 |
commit | 9d1a8736b762147e33676953a147c06a9280130c (patch) | |
tree | 855d1dd14039327604ffd874a2bf181ee55f1e09 /system/sarasa-gothic/sarasa-gothic.SlackBuild | |
parent | 8e00d368ec66ae70eedfca7c152d3f867bd2665c (diff) |
system/sarasa-gothic: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sarasa-gothic/sarasa-gothic.SlackBuild')
-rw-r--r-- | system/sarasa-gothic/sarasa-gothic.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sarasa-gothic/sarasa-gothic.SlackBuild b/system/sarasa-gothic/sarasa-gothic.SlackBuild index d0af9df3ec..efade44dba 100644 --- a/system/sarasa-gothic/sarasa-gothic.SlackBuild +++ b/system/sarasa-gothic/sarasa-gothic.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for sarasa-gothic # -# Copyright 2022-2023 K. Eugene Carlson Tsukuba, Japan +# Copyright 2022-2024 K. Eugene Carlson Tsukuba, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sarasa-gothic SRCNAM=Sarasa-TTC -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |