aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ufolib2/python3-ufolib2.SlackBuild
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2025-02-19 09:27:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-19 10:20:48 +0700
commit1f1bcbfa6bef1f5b72e382c2eaabd53713ebddc0 (patch)
treecdad176b668054be634c1954fc835083dee70796 /python/python3-ufolib2/python3-ufolib2.SlackBuild
parentcadfb9fbc07db2e321857094fe7257d3c9ecf4fa (diff)
python/python3-ufolib2: Updated for version 0.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ufolib2/python3-ufolib2.SlackBuild')
-rw-r--r--python/python3-ufolib2/python3-ufolib2.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/python3-ufolib2/python3-ufolib2.SlackBuild b/python/python3-ufolib2/python3-ufolib2.SlackBuild
index 3c9f71d386..36a9b9d4dd 100644
--- a/python/python3-ufolib2/python3-ufolib2.SlackBuild
+++ b/python/python3-ufolib2/python3-ufolib2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-ufolib2
-# Copyright 2023-2024 Vijay Marcel
+# Copyright 2023-2025 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -30,13 +30,15 @@
# 25/02/2024: Upgraded to version 0.16.0
# 21/08/2024: Sphinx is now an optional dependency
# Bump the build no.
+# 18/02/2025: updated to version 0.17.1
+# ----------------------------------------------------------------------
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ufolib2
-VERSION=${VERSION:-0.16.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.17.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=${SRCNAM:-ufolib2}