diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2019-04-25 23:37:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-25 23:37:22 +0700 |
commit | 48a8bf761f659568da0f5bac25a98e2c33584344 (patch) | |
tree | 860126d0792c53cd4b7ead4c1d633c382c0d6e25 /office/extractpdfmark/extractpdfmark.SlackBuild | |
parent | 642a881ef0a33f58e3d13ea76a541e008aa93b26 (diff) | |
download | slackbuilds-48a8bf761f659568da0f5bac25a98e2c33584344.tar.gz |
office/extractpdfmark: Updated for v. 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/extractpdfmark/extractpdfmark.SlackBuild')
-rw-r--r-- | office/extractpdfmark/extractpdfmark.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/extractpdfmark/extractpdfmark.SlackBuild b/office/extractpdfmark/extractpdfmark.SlackBuild index 1a762059fb..494f6d8620 100644 --- a/office/extractpdfmark/extractpdfmark.SlackBuild +++ b/office/extractpdfmark/extractpdfmark.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for extractpdfmark -# Copyright 2017 Andy Goth <andrew.m.goth@gmail.com> +# Copyright 2019 Andy Goth <andrew.m.goth@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=extractpdfmark -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |