summaryrefslogtreecommitdiffstats
path: root/python/mypy/mypy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/mypy/mypy.SlackBuild')
-rw-r--r--python/mypy/mypy.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild
index 66e03528a6..6109b3be2b 100644
--- a/python/mypy/mypy.SlackBuild
+++ b/python/mypy/mypy.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for mypy
# Written by Tim Dickson dickson.tim@googlemail.com
-# Copyright (c) 2018/9 Tim Dickson, Scotland
+# Copyright (c) 2018-20 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,10 +24,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# note to self. github source tar.gz misses out typeshed directory contents,
-# so use pypi.org/project/mypy download tar.gz instead.
+# so use pypi.org/project/mypy download source tar.gz instead.
PRGNAM=mypy
-VERSION=${VERSION:-0.701}
+VERSION=${VERSION:-0.812}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}