diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-20 15:31:53 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-26 10:05:34 +0700 |
commit | 237d08f45b91f0b3a406d2eadc045d68bccf8a05 (patch) | |
tree | efc9f51b5713ec63579e85d23b25be7f52dae093 /python/APScheduler/APScheduler.SlackBuild | |
parent | 66910cd8ec23afe0f9952d1fc2e5486b9215fed5 (diff) |
python/APScheduler: Updated for version 3.0.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/APScheduler/APScheduler.SlackBuild')
-rw-r--r-- | python/APScheduler/APScheduler.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/APScheduler/APScheduler.SlackBuild b/python/APScheduler/APScheduler.SlackBuild index bd02fff28d959..febf29815399b 100644 --- a/python/APScheduler/APScheduler.SlackBuild +++ b/python/APScheduler/APScheduler.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for APScheduler -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 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=APScheduler -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |