diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2024-03-20 23:05:36 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-20 23:55:44 +0700 |
commit | a40cf2fef73dd18bcc7b9bc1a7ea0fe6121777f5 (patch) | |
tree | 844b9b12a960858e908d6f9d00367943173eedac /system/yash | |
parent | 9b123a778d6365e25b5b620605dc0f12c0ca907a (diff) |
system/yash: Updated for version 2.56.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yash')
-rw-r--r-- | system/yash/yash.SlackBuild | 4 | ||||
-rw-r--r-- | system/yash/yash.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index cf52baefc2268..82f67447e2fb1 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2015-2018 Leonard Schmidt <lems@gmx.net> # Copyright 2018-2020 Hunter Sezen <orbea@riseup.net> -# Copyright 2023 K. Eugene Carlson <kvngncrlsn@gmail.com> +# Copyright 2023-2024 K. Eugene Carlson <kvngncrlsn@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yash -VERSION=${VERSION:-2.55} +VERSION=${VERSION:-2.56.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/yash/yash.info b/system/yash/yash.info index d140f041d5905..809beab497242 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.55" +VERSION="2.56.1" HOMEPAGE="https://magicant.github.io/yash/" -DOWNLOAD="https://github.com/magicant/yash/releases/download/2.55/yash-2.55.tar.xz" -MD5SUM="ec4ad069cd79aace2348abeb6dcb5275" +DOWNLOAD="https://github.com/magicant/yash/releases/download/2.56.1/yash-2.56.1.tar.xz" +MD5SUM="c871fe6cf3eef8c753690bd617b92fd4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |