diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-09 19:56:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:51 +0700 |
commit | ecd2a0ac553d054727a4a8331119d4b75b206f76 (patch) | |
tree | 14c695a60878a854597b21089df274ea32d3175a /graphics/screengrab/screengrab.SlackBuild | |
parent | f78f4ecbddea0d87a161922945210500ee67c23d (diff) |
graphics/screengrab: Updated for version 1.2.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/screengrab/screengrab.SlackBuild')
-rw-r--r-- | graphics/screengrab/screengrab.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/screengrab/screengrab.SlackBuild b/graphics/screengrab/screengrab.SlackBuild index e50948ff5571..d4385eb5f6e7 100644 --- a/graphics/screengrab/screengrab.SlackBuild +++ b/graphics/screengrab/screengrab.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for screengrab -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=screengrab -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |