aboutsummaryrefslogtreecommitdiff
path: root/python/mypy/mypy.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2023-02-22 12:24:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-22 12:24:00 +0700
commit87d636c72daf8cdcd0f953d578723108cd3e34c6 (patch)
tree131fdc765a2627798634d2ce8d89011a20c2ac14 /python/mypy/mypy.SlackBuild
parent125d4f346fcf4330ecd8496243bcfa769dd40ed7 (diff)
python/mypy: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mypy/mypy.SlackBuild')
-rw-r--r--python/mypy/mypy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild
index 40f930063fc5c..cb31daa8ba293 100644
--- a/python/mypy/mypy.SlackBuild
+++ b/python/mypy/mypy.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mypy
-VERSION=${VERSION:-1.0.0}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}