diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2024-03-13 10:13:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-14 16:14:35 +0700 |
commit | 572af9c499128e1acd51a715fac0f9814cfbf9ab (patch) | |
tree | cff4660a665d34f0a7883221761f9eda53968f52 /system | |
parent | 299ccd3bff1cc08202a88d73fbda6b96f2de9913 (diff) |
system/sarasa-gothic: Updated for version 1.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/sarasa-gothic/README | 3 | ||||
-rw-r--r-- | system/sarasa-gothic/sarasa-gothic.SlackBuild | 4 | ||||
-rw-r--r-- | system/sarasa-gothic/sarasa-gothic.info | 8 |
3 files changed, 6 insertions, 9 deletions
diff --git a/system/sarasa-gothic/README b/system/sarasa-gothic/README index 9415cf11adcd0..af61a5e0db8f2 100644 --- a/system/sarasa-gothic/README +++ b/system/sarasa-gothic/README @@ -17,6 +17,3 @@ Fonts are included for the following character sets: HC (Traditional Chinese - Hong Kong) J (Japanese) K (Korean) - -p7zip is only needed for the extraction stage, and can be removed -afterwards. diff --git a/system/sarasa-gothic/sarasa-gothic.SlackBuild b/system/sarasa-gothic/sarasa-gothic.SlackBuild index 23e073c4ccfeb..fc4e3bf0993fc 100644 --- a/system/sarasa-gothic/sarasa-gothic.SlackBuild +++ b/system/sarasa-gothic/sarasa-gothic.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sarasa-gothic SRCNAM=Sarasa-TTC -VERSION=${VERSION:-1.0.5} +VERSION=${VERSION:-1.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,7 +53,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION mkdir -p $PRGNAM-$VERSION cd $PRGNAM-$VERSION -7za e $CWD/$SRCNAM-$VERSION.7z +unzip $CWD/$SRCNAM-$VERSION.zip chown -R root:root . find -L . \ diff --git a/system/sarasa-gothic/sarasa-gothic.info b/system/sarasa-gothic/sarasa-gothic.info index 0fdc1d716f3cf..1d4c629f7939e 100644 --- a/system/sarasa-gothic/sarasa-gothic.info +++ b/system/sarasa-gothic/sarasa-gothic.info @@ -1,10 +1,10 @@ PRGNAM="sarasa-gothic" -VERSION="1.0.5" +VERSION="1.0.6" HOMEPAGE="https://github.com/be5invis/Sarasa-Gothic" -DOWNLOAD="https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.5/Sarasa-TTC-1.0.5.7z" -MD5SUM="52bb791d9415340bcaa316212a1df7d3" +DOWNLOAD="https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.6b/Sarasa-TTC-1.0.6.zip" +MD5SUM="ea051dcd1ac2070db2f85a852c720b88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="p7zip" +REQUIRES="" MAINTAINER="K. Eugene Carlson" EMAIL="kvngncrlsn@gmail.com" |