diff options
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 49f23d41a6..1bc1b3162d 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptpython -VERSION=${VERSION:-0.16} +VERSION=${VERSION:-0.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 6cc8fc21fe..5dc0996061 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.16" +VERSION="0.18" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.16.tar.gz" -MD5SUM="2396f80c5d329f61f5f25d20cfa21db0" +DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.18.tar.gz" +MD5SUM="2159864e67fa1640b2fbf6f214a1950f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt" |