system/inxi: Updated for version 2.3.8.

This commit is contained in:
Aaditya Bagga 2017-03-08 19:23:57 +05:30 committed by Willy Sudiarto Raharjo
parent 7c39c133a3
commit 4bb06b4133
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for inxi # Slackware build script for inxi
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com> # Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2014-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com> # Copyright 2014-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=inxi PRGNAM=inxi
VERSION=${VERSION:-2.3.5} VERSION=${VERSION:-2.3.8}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -41,7 +41,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr/bin $OUTPUT mkdir -p $TMP $PKG/usr/bin $OUTPUT
mkdir -p $TMP/$PRGNAM-$VERSION mkdir -p $TMP/$PRGNAM-$VERSION
cd $TMP/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION
tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz tar xvf $CWD/${PRGNAM}-${VERSION}.tar.gz
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="inxi" PRGNAM="inxi"
VERSION="2.3.5" VERSION="2.3.8"
HOMEPAGE="https://github.com/smxi/inxi" HOMEPAGE="https://github.com/smxi/inxi"
DOWNLOAD="http://http.debian.net/debian/pool/main/i/inxi/inxi_2.3.5.orig.tar.gz" DOWNLOAD=""https://sources.archlinux.org/other/community/inxi/inxi-2.3.8.tar.gz
MD5SUM="efabbebd12f886d1b35b423a221bdc1f" MD5SUM="4c5012938cdf1d770b27ababdfae5d72"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""