diff options
author | Luka Novsak <lnovsak@gmail.com> | 2014-05-20 20:04:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-20 20:04:45 +0700 |
commit | d0440b2788797c7c7526cb8c89b02ce979562bd0 (patch) | |
tree | c81fd8977087050166aa01ee069be1f8287cdb28 /graphics/feh/feh.SlackBuild | |
parent | f3f7963e6ef33de6e08c67489512ac7e8f5dfeb1 (diff) |
graphics/feh: Updated for version 2.12 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/feh/feh.SlackBuild')
-rw-r--r-- | graphics/feh/feh.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/feh/feh.SlackBuild b/graphics/feh/feh.SlackBuild index 30787a7386b7..dffd2752cd3c 100644 --- a/graphics/feh/feh.SlackBuild +++ b/graphics/feh/feh.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com> # Copyright 2011-2012 Grigorios Bouzakis <grbzks@imap.cc> +# Copyright 2014 Luka Novsak <lnovsak@gmail.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -22,7 +23,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=feh -VERSION=${VERSION:-2.9.3} +VERSION=${VERSION:-2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |