diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-09-28 08:51:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 08:51:50 +0700 |
commit | 248c29734813200dba2d5efe15f88cc24d2891e1 (patch) | |
tree | c22f7b2e9781ac080972564d29f4ecbd7a263736 | |
parent | 1275283ea9799fd4949f3d5a4ff12f7f6fbfdf95 (diff) | |
download | slackbuilds-248c29734813200dba2d5efe15f88cc24d2891e1.tar.gz |
system/yash: Updated for version 2.49.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 2b6391ae49..cabe3bca8d 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.48} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.49} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/yash/yash.info b/system/yash/yash.info index b5cfd3299d..4dfe162189 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.48" +VERSION="2.49" HOMEPAGE="https://yash.osdn.jp/index.html.en" -DOWNLOAD="https://osdn.net/dl/yash/yash-2.48.tar.xz" -MD5SUM="aabcbbdd4048dec486f3a4cea5dee2a2" +DOWNLOAD="https://osdn.net/dl/yash/yash-2.49.tar.xz" +MD5SUM="38ff1fad5775906e62bb1b4e4fdb7255" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |