summaryrefslogtreecommitdiffstats
path: root/python/mypy/mypy.SlackBuild
diff options
context:
space:
mode:
author Tim Dickson2024-01-18 01:45:53 +0100
committer Willy Sudiarto Raharjo2024-01-18 02:31:41 +0100
commitb4774aa018d79e8b7626be2896564f19efbd715f (patch)
tree01b69658f9d269e54364b9ab8cecd53eaed1f6f2 /python/mypy/mypy.SlackBuild
parentf66aa0bd4370b76cf4b06170b2dcbc1578ccfd49 (diff)
downloadslackbuilds-b4774aa018d79e8b7626be2896564f19efbd715f.tar.gz
python/mypy: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mypy/mypy.SlackBuild')
-rw-r--r--python/mypy/mypy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild
index 41235bbd56..66f6599b07 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-23 Tim Dickson, Scotland
+# Copyright (c) 2018-24 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mypy
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}