diff options
Diffstat (limited to 'system')
-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 82f67447e2..a5cc6fc72d 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.56.1} +VERSION=${VERSION:-2.57} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/yash/yash.info b/system/yash/yash.info index 809beab497..985efe8dff 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.56.1" +VERSION="2.57" HOMEPAGE="https://magicant.github.io/yash/" -DOWNLOAD="https://github.com/magicant/yash/releases/download/2.56.1/yash-2.56.1.tar.xz" -MD5SUM="c871fe6cf3eef8c753690bd617b92fd4" +DOWNLOAD="https://github.com/magicant/yash/releases/download/2.57/yash-2.57.tar.xz" +MD5SUM="64c9429cfcaa60450b634c9e3f099158" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |