diff options
author | Bojan Popovic <bocke@slackware-srbija.org> | 2013-12-07 08:04:01 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:01 -0600 |
commit | edd48aa612450d62b82d5a1424a154cbcbe7c609 (patch) | |
tree | 02a7ed8077a396c1c747a1d4fb0c0ba519811367 /desktop/screenfetch/screenfetch.SlackBuild | |
parent | 84c82313cbc608fd2d43480b5ead3056775959a8 (diff) | |
download | slackbuilds-edd48aa612450d62b82d5a1424a154cbcbe7c609.tar.gz |
desktop/screenfetch: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/screenfetch/screenfetch.SlackBuild')
-rw-r--r-- | desktop/screenfetch/screenfetch.SlackBuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop/screenfetch/screenfetch.SlackBuild b/desktop/screenfetch/screenfetch.SlackBuild index f9f7d67963..7bd2c5269e 100644 --- a/desktop/screenfetch/screenfetch.SlackBuild +++ b/desktop/screenfetch/screenfetch.SlackBuild @@ -1,9 +1,7 @@ #!/bin/sh # Slackware build script for Screenfetch -# Copyright 2012, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> - -# Copyright 2012, Slackware Srbija (http://www.slackware-srbija.org/) +# Copyright 2012, 2013, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +23,12 @@ # ChangeLog # 1.0 23-DEC-2012 Added -# 1.1 08-JUL-2013 Updated to new upstream version; This version seems -# to fix Slack64 recognition bug (you would get a generic Tux). - +# 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. PRGNAM=screenfetch -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |