diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-10-29 18:48:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:34:28 +0700 |
commit | bc2a4d855c32b5a2ef357c14e24be4f70e6e52a1 (patch) | |
tree | 626554ca4b82aadd993182eaaae4ca5d6d2089a9 /python/waitress/waitress.SlackBuild | |
parent | 05d6152dc0b19e5e91fa84435907348f9f34d485 (diff) |
python/waitress: Updated for version 1.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/waitress/waitress.SlackBuild')
-rw-r--r-- | python/waitress/waitress.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/waitress/waitress.SlackBuild b/python/waitress/waitress.SlackBuild index 17f382709b68c..443e6012a3f4f 100644 --- a/python/waitress/waitress.SlackBuild +++ b/python/waitress/waitress.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for waitress -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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=waitress -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |