diff options
-rw-r--r-- | system/yash/yash.SlackBuild | 2 | ||||
-rw-r--r-- | system/yash/yash.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index 1174ea8c28..5833bb4480 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yash -VERSION=${VERSION:-2.58.1} +VERSION=${VERSION:-2.59} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/yash/yash.info b/system/yash/yash.info index c89c31a6f8..35f4a2e832 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.58.1" +VERSION="2.59" HOMEPAGE="https://magicant.github.io/yash/" -DOWNLOAD="https://github.com/magicant/yash/releases/download/2.58.1/yash-2.58.1.tar.xz" -MD5SUM="ee5d178e57852e8459f6f93659499541" +DOWNLOAD="https://github.com/magicant/yash/releases/download/2.59/yash-2.59.tar.xz" +MD5SUM="7f7e2e6836c6eba54fc95bf846da6cf6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |