diff options
author | Rodrigo Gimenez <estrod[at]zoho[dot]com> | 2017-05-06 00:48:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-06 00:48:34 +0700 |
commit | 2ac5baa8f284b9aa21aaf3fe844193f614378dd4 (patch) | |
tree | 188c839ff55c2b2c8ec9ed34221a83725af897cd /office/xreader/xreader.SlackBuild | |
parent | 17c2a19ae9ad04a7c1e77f45a640b9eab768ed9e (diff) |
office/xreader: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/xreader/xreader.SlackBuild')
-rw-r--r-- | office/xreader/xreader.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/xreader/xreader.SlackBuild b/office/xreader/xreader.SlackBuild index 5fa5b63a6f3bb..a15d78c18031e 100644 --- a/office/xreader/xreader.SlackBuild +++ b/office/xreader/xreader.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xreader -# Copyright 2017 Rodrigo Gimenez <rodrigog83[at]gmail[dot]com> +# Copyright 2017 Rodrigo Gimenez <estrod[at]zoho[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,10 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xreader -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.4.0} # To configure the source we need macros that exist in mate-common # This defines the version of mate-common we'll use -MATECOMMONVERSION=1.16.0 +MATECOMMONVERSION=1.18.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |