diff options
author | Bojan Popovic <bocke@slackware-srbija.org> | 2014-07-24 17:05:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-26 19:08:03 +0700 |
commit | ccec3fa6ae3d5220171bdb142955b3e78abce361 (patch) | |
tree | 29a345229ad7169d800c02bff484d0903484c495 /desktop/screenfetch/screenfetch.SlackBuild | |
parent | 0e93162eadba71c5d982a9ae78d26f285fca9009 (diff) | |
download | slackbuilds-ccec3fa6ae3d5220171bdb142955b3e78abce361.tar.gz |
desktop/screenfetch: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |