mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/ipython: Updated for version 0.13.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f7eb2bf4e2
commit
02170b1371
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ipython
|
||||
VERSION=${VERSION:-0.11}
|
||||
VERSION=${VERSION:-0.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ipython"
|
||||
VERSION="0.11"
|
||||
VERSION="0.13"
|
||||
HOMEPAGE="http://ipython.scipy.org/"
|
||||
DOWNLOAD="http://archive.ipython.org/release/0.11/ipython-0.11.tar.gz"
|
||||
MD5SUM="efc899e752a4a4a67a99575cea1719ef"
|
||||
DOWNLOAD="http://archive.ipython.org/release/0.13/ipython-0.13.tar.gz"
|
||||
MD5SUM="490ccc2da9d6de9c37c7df05c1197ac5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue