diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-07-28 20:18:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-29 17:50:37 +0700 |
commit | a0a0530871d50d2714917a82c536ccd6f6d7e173 (patch) | |
tree | 9f7ac7fc24a7bd7e0da2556dffd8e9ecf0377e0b /development/bpython/bpython.SlackBuild | |
parent | 3c263e2ab4143300490c0e0f93485d77c2ead064 (diff) | |
download | slackbuilds-a0a0530871d50d2714917a82c536ccd6f6d7e173.tar.gz |
development/bpython: Updated for version 0.17.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/bpython/bpython.SlackBuild')
-rw-r--r-- | development/bpython/bpython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index 48c053af0e..8df8840288 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for bpython # Written by vvoody <vvoodywang@gmail.com> -# 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 @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bpython -VERSION=${VERSION:-0.16} +VERSION=${VERSION:-0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |