aboutsummaryrefslogtreecommitdiff
path: root/python/python-jeepney/python-jeepney.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2025-03-11 21:14:45 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-15 09:19:18 +0700
commit08af18e8af28191195843bfe8f65f6259ac2c9e0 (patch)
tree7340603e77ef661ff98e67ef811a13c1cf38a205 /python/python-jeepney/python-jeepney.SlackBuild
parent33d5e7f2be9acd6438c5ce9dcb8e9edd99e2f0ed (diff)
python/python-jeepney: Updated for version 0.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-jeepney/python-jeepney.SlackBuild')
-rw-r--r--python/python-jeepney/python-jeepney.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-jeepney/python-jeepney.SlackBuild b/python/python-jeepney/python-jeepney.SlackBuild
index 17c20a2f4a..2547904c1a 100644
--- a/python/python-jeepney/python-jeepney.SlackBuild
+++ b/python/python-jeepney/python-jeepney.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python-jeepney
# Copyright 2021 Andrew Clemons, Wellington New Zealand
-# Copyright 2023 Andrew Clemons, Tokyo Japan
+# Copyright 2023,2025 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-jeepney
SRCNAM=jeepney
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}