diff options
Diffstat (limited to 'desktop/neofetch/neofetch.SlackBuild')
-rw-r--r-- | desktop/neofetch/neofetch.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |