summaryrefslogtreecommitdiffstats
path: root/python/xattr/xattr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/xattr/xattr.SlackBuild')
-rw-r--r--python/xattr/xattr.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/xattr/xattr.SlackBuild b/python/xattr/xattr.SlackBuild
index ea6951bfa4..b0c112d82a 100644
--- a/python/xattr/xattr.SlackBuild
+++ b/python/xattr/xattr.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for pyxattr
-# Copyright 2022 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2022-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,12 +21,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Initial version: v0.9.9 May 2022
+# Updated for version: v0.10.1 July 2023
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xattr
-VERSION=${VERSION:-0.9.9}
+VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}