diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-15 09:55:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-21 07:43:08 +0700 |
commit | 82fb2c9bb533bc18c262965f3cc192559538f9bc (patch) | |
tree | 408fb62461bc596f21ffe150433bd9b83ed27b1a /python/parsel/parsel.SlackBuild | |
parent | a9193d08918834b3a739faf99c165c0131445c15 (diff) |
python/parsel: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/parsel/parsel.SlackBuild')
-rw-r--r-- | python/parsel/parsel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/parsel/parsel.SlackBuild b/python/parsel/parsel.SlackBuild index 0573e9da0806..cc6226ddf3ed 100644 --- a/python/parsel/parsel.SlackBuild +++ b/python/parsel/parsel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for parsel -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece # 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=parsel -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |