aboutsummaryrefslogtreecommitdiff
path: root/python/pluggy/pluggy.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.coM>2022-04-01 11:44:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:03 +0700
commitf060dc0203027e1d86a0189f5389685043871b27 (patch)
tree5840e1cc9854a1d78d27c139c50a3edc44536c50 /python/pluggy/pluggy.SlackBuild
parent6733fb97c56cefb94767a6b38c59bc77d967c921 (diff)
python/pluggy: Updated for version 0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pluggy/pluggy.SlackBuild')
-rw-r--r--python/pluggy/pluggy.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pluggy/pluggy.SlackBuild b/python/pluggy/pluggy.SlackBuild
index ce09befcbb..3f209cd47a 100644
--- a/python/pluggy/pluggy.SlackBuild
+++ b/python/pluggy/pluggy.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for pluggy
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pluggy
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}