development/le: Updated for version 1.16.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2017-11-08 08:13:17 +07:00 committed by Willy Sudiarto Raharjo
parent 579530ade7
commit 2b8e7a67be
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=le
VERSION=${VERSION:-1.16.3}
VERSION=${VERSION:-1.16.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -68,7 +68,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
NOCONFIGURE=true ./autogen.sh
autoreconf -vfs
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="le"
VERSION="1.16.3"
VERSION="1.16.5"
HOMEPAGE="http://lav.yar.ru/programs.html"
DOWNLOAD="https://github.com/lavv17/le/archive/v1.16.3/le-1.16.3.tar.gz"
MD5SUM="cc057830d807c3fe0a091d347c89b51d"
DOWNLOAD="https://github.com/lavv17/le/releases/download/v1.16.5/le-1.16.5.tar.xz"
MD5SUM="ff3841f35feafcb6249f322cc3e232ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnulib"