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 | |
parent | 8e00d368ec66ae70eedfca7c152d3f867bd2665c (diff) |
system/sarasa-gothic: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/sarasa-gothic/sarasa-gothic.SlackBuild | 4 | ||||
-rw-r--r-- | system/sarasa-gothic/sarasa-gothic.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/sarasa-gothic/sarasa-gothic.SlackBuild b/system/sarasa-gothic/sarasa-gothic.SlackBuild index d0af9df3ec6e5..efade44dbad86 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} diff --git a/system/sarasa-gothic/sarasa-gothic.info b/system/sarasa-gothic/sarasa-gothic.info index 0c74cb305ad0a..49b3c33fd1dee 100644 --- a/system/sarasa-gothic/sarasa-gothic.info +++ b/system/sarasa-gothic/sarasa-gothic.info @@ -1,8 +1,8 @@ PRGNAM="sarasa-gothic" -VERSION="1.0.0" +VERSION="1.0.2" HOMEPAGE="https://github.com/be5invis/Sarasa-Gothic" -DOWNLOAD="https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.0/Sarasa-TTC-1.0.0.7z" -MD5SUM="23924a54eba78c8bed4afc434d7d93c7" +DOWNLOAD="https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.2/Sarasa-TTC-1.0.2.7z" +MD5SUM="35b1900a66ea4dbe8d29209d065c2c8b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" |