diff options
author | Muhammad Herdiansyah <herdiansyah@openmailbox.org> | 2017-01-23 16:19:03 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:53 +0000 |
commit | c075f8f2441e95a27a438ae0dff586b266d98994 (patch) | |
tree | 67d4a532b3e84c0d2fb702857b575225043102d5 /desktop | |
parent | c563ada2b858be937da326a2c1e62e3b904ae881 (diff) | |
download | slackbuilds-c075f8f2441e95a27a438ae0dff586b266d98994.tar.gz |
desktop/neofetch: Updated for version 3.0.
Signed-off-by: David Spencer <idlemoor@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 77752de679..c1b37126a5 100644 --- a/desktop/neofetch/neofetch.SlackBuild +++ b/desktop/neofetch/neofetch.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for neofetch -# Copyright 2016 Muhammad Herdiansyah, Jakarta +# Copyright 2017 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:-2.0.2} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/neofetch/neofetch.info b/desktop/neofetch/neofetch.info index 031f8d92d8..2d7b3ae70c 100644 --- a/desktop/neofetch/neofetch.info +++ b/desktop/neofetch/neofetch.info @@ -1,8 +1,8 @@ PRGNAM="neofetch" -VERSION="2.0.2" +VERSION="3.0" HOMEPAGE="https://github.com/dylanaraps/neofetch" -DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/2.0.2/neofetch-2.0.2.tar.gz" -MD5SUM="e4e2e118cde8de6f7e208d84c62604f5" +DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/3.0/neofetch-3.0.tar.gz" +MD5SUM="2d702613da6486d1c2345f683b09d4db" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |