mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/inxi: Updated for version 3.0.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d22e8fca36
commit
dac60bafc2
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for inxi
|
||||
|
||||
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2014-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2014-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# 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=inxi
|
||||
VERSION=${VERSION:-3.0.27}
|
||||
VERSION=${VERSION:-3.0.30}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="inxi"
|
||||
VERSION="3.0.27"
|
||||
VERSION="3.0.30"
|
||||
HOMEPAGE="https://github.com/smxi/inxi"
|
||||
DOWNLOAD="https://github.com/smxi/inxi/archive/3.0.27-1.tar.gz"
|
||||
MD5SUM="f09be1f546239323c1eca8e2c369d621"
|
||||
DOWNLOAD="https://github.com/smxi/inxi/archive/3.0.30-1.tar.gz"
|
||||
MD5SUM="28cf37f14f30b53149527ef85a29fc94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue