summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tim Dickson2018-06-07 15:07:07 +0200
committer David Spencer2018-06-07 15:07:07 +0200
commitb2304340b892e3128662a5ae02c09ba2600cb374 (patch)
tree5fc6f95e4cc0c05e0fe134bbad1edd255ee1a969
parent7ed2ff01df133251bc1c68d199b973050739b588 (diff)
downloadold.slackbuilds-b2304340b892e3128662a5ae02c09ba2600cb374.tar.gz
python/thonny: Updated for version 2.2.0b4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/thonny/thonny.SlackBuild4
-rw-r--r--python/thonny/thonny.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index c859c7094f..7b80640130 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for thonny
-# Copyright 2017 Tim Dickson, Scotland
+# Copyright 2017/8 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thonny
-VERSION=${VERSION:-2.2.0b2}
+VERSION=${VERSION:-2.2.0b4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info
index 40b325e212..8f247e543a 100644
--- a/python/thonny/thonny.info
+++ b/python/thonny/thonny.info
@@ -1,8 +1,8 @@
PRGNAM="thonny"
-VERSION="2.2.0b2"
+VERSION="2.2.0b4"
HOMEPAGE="http://thonny.org/"
-DOWNLOAD="https://pypi.debian.net/thonny/thonny-2.2.0b2.tar.gz"
-MD5SUM="f86a0e31a3e61bfdcb5beb991d307a46"
+DOWNLOAD="https://pypi.debian.net/thonny/thonny-2.2.0b4.tar.gz"
+MD5SUM="b0345a64cf15564378afc12e4872726f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jedi"