desktop/neofetch: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca7f1f2fc4
commit
02e13ed629
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for neofetch
|
||||
# Copyright 2018 Muhammad Herdiansyah, Jakarta
|
||||
# Copyright 2019 Muhammad Herdiansyah, Jakarta
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -22,7 +22,7 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=neofetch
|
||||
VERSION=${VERSION:-5.0.0}
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neofetch"
|
||||
VERSION="5.0.0"
|
||||
VERSION="5.1.0"
|
||||
HOMEPAGE="https://github.com/dylanaraps/neofetch"
|
||||
DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/5.0.0/neofetch-5.0.0.tar.gz"
|
||||
MD5SUM="807c41694ff5b861e4233eb71d507be9"
|
||||
DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/5.1.0/neofetch-5.1.0.tar.gz"
|
||||
MD5SUM="d63dd554b9db5fe12ef52a905aa2d2b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue