summaryrefslogtreecommitdiffstats
path: root/python/python3-h11/python3-h11.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-h11/python3-h11.SlackBuild')
-rw-r--r--python/python3-h11/python3-h11.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-h11/python3-h11.SlackBuild b/python/python3-h11/python3-h11.SlackBuild
index 40e14776f4..79ba567903 100644
--- a/python/python3-h11/python3-h11.SlackBuild
+++ b/python/python3-h11/python3-h11.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-h11
-SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
-VERSION=${VERSION:-0.13.0}
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}