diff options
author | Muhammad Herdiansyah <herdiansyah@netc.eu> | 2019-01-08 21:59:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-08 21:59:13 +0700 |
commit | 02e13ed629ef96649aaa0e8e4acd27c2b43703ef (patch) | |
tree | 76a70b08dc7b2ae174867de3668e3d1f039dc76f /desktop | |
parent | ca7f1f2fc4a79a0a075ba1055d51d21e0e698654 (diff) | |
download | slackbuilds-02e13ed629ef96649aaa0e8e4acd27c2b43703ef.tar.gz |
desktop/neofetch: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/neofetch/neofetch.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/neofetch/neofetch.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/neofetch/neofetch.SlackBuild b/desktop/neofetch/neofetch.SlackBuild index 209df562b3..fe251e22e9 100644 --- a/desktop/neofetch/neofetch.SlackBuild +++ b/desktop/neofetch/neofetch.SlackBuild @@ -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} diff --git a/desktop/neofetch/neofetch.info b/desktop/neofetch/neofetch.info index df96fb9685..ee0c5cc140 100644 --- a/desktop/neofetch/neofetch.info +++ b/desktop/neofetch/neofetch.info @@ -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="" |