mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/bpython: Updated for version 0.14.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8b22a21dff
commit
b38a273523
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bpython
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
VERSION=${VERSION:-0.14.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bpython"
|
||||
VERSION="0.14.1"
|
||||
VERSION="0.14.2"
|
||||
HOMEPAGE="http://bpython-interpreter.org/"
|
||||
DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.1.tar.gz"
|
||||
MD5SUM="106551e4f563f2575f67a3738a56b815"
|
||||
DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.2.tar.gz"
|
||||
MD5SUM="ce27e0b6092058e0233958c86a7df500"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-requests Pygments six curtsies greenlet ndg_httpsclient"
|
||||
REQUIRES="python-requests Pygments six curtsies greenlet"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue