mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/inxi: Updated for version 3.0.07.
This commit is contained in:
parent
5fb5f46413
commit
81ff40dd33
2 changed files with 5 additions and 5 deletions
|
@ -24,11 +24,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=inxi
|
||||
VERSION=${VERSION:-3.0.00}
|
||||
VERSION=${VERSION:-3.0.07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
_VERSION_SUFFIX=1
|
||||
_VERSION_SUFFIX=${_VERSION_SUFFIX:-1}
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="inxi"
|
||||
VERSION="3.0.00"
|
||||
VERSION="3.0.07"
|
||||
HOMEPAGE="https://github.com/smxi/inxi"
|
||||
DOWNLOAD="https://github.com/smxi/inxi/archive/3.0.00-1.tar.gz"
|
||||
MD5SUM="72299b217c2f5ee4ab4b0431da43f641"
|
||||
DOWNLOAD="https://github.com/smxi/inxi/archive/3.0.07-1.tar.gz"
|
||||
MD5SUM="a02770fc2aa1dc00a6c72eee1e0bb51e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue