diff options
author | orbea <orbea@riseup.net> | 2020-06-08 15:59:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:55 +0700 |
commit | b5d717f2d4d9c61994ce288d74782396551c6f4b (patch) | |
tree | f36dbbee63a2958e696efad4fa2c1383d73dbcec | |
parent | a12586fdb9fd28b04f0352e892b2abdd353b269b (diff) | |
download | slackbuilds-b5d717f2d4d9c61994ce288d74782396551c6f4b.tar.gz |
system/yash: Updated for version 2.50.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/yash/yash.SlackBuild | 5 | ||||
-rw-r--r-- | system/yash/yash.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index cabe3bca8d..5f41204fee 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for yash # Copyright 2015-2018 Leonard Schmidt <lems@gmx.net> -# Copyright 2018-2019 Hunter Sezen <orbea@riseup.net> +# Copyright 2018-2020 Hunter Sezen <orbea@riseup.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.49} +VERSION=${VERSION:-2.50} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man make +make test make install DESTDIR=$PKG mkdir -p $PKG/usr/bin diff --git a/system/yash/yash.info b/system/yash/yash.info index 4dfe162189..ddc9630359 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.49" +VERSION="2.50" HOMEPAGE="https://yash.osdn.jp/index.html.en" -DOWNLOAD="https://osdn.net/dl/yash/yash-2.49.tar.xz" -MD5SUM="38ff1fad5775906e62bb1b4e4fdb7255" +DOWNLOAD="https://osdn.net/dl/yash/yash-2.50.tar.xz" +MD5SUM="f9db1699252b107764fec07f501ddb79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |