diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-01-01 11:54:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:50:45 +0700 |
commit | f719570834e510cb3dd26821f9283c376ec52fe5 (patch) | |
tree | 75b43e6c0f938323c05299b03de7430b4e130f71 /development/le | |
parent | 8df11f4eb20587fe5e3dabadab8dfdc5c9c0b9d9 (diff) |
development/le: Updated for version 1.16.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/le')
-rw-r--r-- | development/le/le.SlackBuild | 4 | ||||
-rw-r--r-- | development/le/le.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/le/le.SlackBuild b/development/le/le.SlackBuild index b336113bf324e..8f52a4159a7d3 100644 --- a/development/le/le.SlackBuild +++ b/development/le/le.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for le -# Copyright 2014-2017 Zhu Quny-Ying +# Copyright 2014-2022 Zhu Quny-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=le -VERSION=${VERSION:-1.16.6} +VERSION=${VERSION:-1.16.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/le/le.info b/development/le/le.info index a7b333795433f..d401368da1159 100644 --- a/development/le/le.info +++ b/development/le/le.info @@ -1,8 +1,8 @@ PRGNAM="le" -VERSION="1.16.6" +VERSION="1.16.8" HOMEPAGE="https://github.com/lavv17/le" -DOWNLOAD="https://github.com/lavv17/le/archive/v1.16.6/le-1.16.6.tar.gz" -MD5SUM="cb2bfa53175a676228676d730cc1c497" +DOWNLOAD="https://github.com/lavv17/le/archive/v1.16.8/le-1.16.8.tar.gz" +MD5SUM="94a24b344084324f07ab1a4fd3181fda" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnulib" |