diff options
Diffstat (limited to 'desktop/screenfetch/screenfetch.SlackBuild')
-rw-r--r-- | desktop/screenfetch/screenfetch.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/screenfetch/screenfetch.SlackBuild b/desktop/screenfetch/screenfetch.SlackBuild index 325c2ea0f0..58c88879cc 100644 --- a/desktop/screenfetch/screenfetch.SlackBuild +++ b/desktop/screenfetch/screenfetch.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for Screenfetch -# Copyright 2012, 2013, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> +# Copyright 2012, 2013, 2014 Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,10 +26,11 @@ # 1.1 08-JUL-2013 Updated to a new upstream ver. 3.0.5. Fixes Slack64 # detection. # 1.2 06-DEC-2013 Updated to a new upstream ver. 3.2.2. +# 1.3 24-JUL-2014 Updated to a new upstream ver. 3.5.0. PRGNAM=screenfetch -VERSION=${VERSION:-3.2.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} DIRNAME=screenFetch |