summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-01 14:18:21 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-03 20:50:25 +0700
commit9486d9cc23c1878aa9558b231d0cba9e6e844b36 (patch)
tree0a0853475e87982956c87513dab0389a7cc08b5c /development
parent0c9227b951538f2584b90d65208bc18915e94e11 (diff)
downloadslackbuilds-9486d9cc23c1878aa9558b231d0cba9e6e844b36.tar.gz
slackbuilds-9486d9cc23c1878aa9558b231d0cba9e6e844b36.tar.xz
development/bpython: Updated for version 0.14.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/bpython/bpython.SlackBuild4
-rw-r--r--development/bpython/bpython.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild
index e9a8d8c70a..279946c4cc 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-2015 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
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bpython
-VERSION=${VERSION:-0.14}
+VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info
index 86802b5b7e..6f657eef8b 100644
--- a/development/bpython/bpython.info
+++ b/development/bpython/bpython.info
@@ -1,10 +1,10 @@
PRGNAM="bpython"
-VERSION="0.14"
+VERSION="0.14.1"
HOMEPAGE="http://bpython-interpreter.org/"
-DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.tar.gz"
-MD5SUM="322d7cfb71103e2824663764571fe120"
+DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.1.tar.gz"
+MD5SUM="106551e4f563f2575f67a3738a56b815"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-requests Pygments six curtsies greenlet"
+REQUIRES="python-requests Pygments six curtsies greenlet ndg_httpsclient"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"