diff options
author | Barry J. Grundy <bgrundyat> | 2023-07-28 20:28:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 08:13:32 +0700 |
commit | de54351b030e69a28f9bc48097a85682e303854c (patch) | |
tree | 2a5b0639b017f978d35094584c3734b44eaeea73 | |
parent | 45af7813876d1387383ef27f9cef973285d9ab0b (diff) |
python/xattr: Updated for version 0.10.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/xattr/xattr.SlackBuild | 6 | ||||
-rw-r--r-- | python/xattr/xattr.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/xattr/xattr.SlackBuild b/python/xattr/xattr.SlackBuild index ea6951bfa4851..b0c112d82ade5 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} diff --git a/python/xattr/xattr.info b/python/xattr/xattr.info index e72aa870af4b0..255199d8f1560 100644 --- a/python/xattr/xattr.info +++ b/python/xattr/xattr.info @@ -1,8 +1,8 @@ PRGNAM="xattr" -VERSION="0.9.9" +VERSION="0.10.1" HOMEPAGE="https://github.com/xattr/xattr" -DOWNLOAD="https://github.com/xattr/xattr/archive/refs/tags/v0.9.9/xattr-0.9.9.tar.gz" -MD5SUM="9e724d130a02e4b092407eb903e05e60" +DOWNLOAD="https://github.com/xattr/xattr/archive/refs/tags/v0.10.1/xattr-0.10.1.tar.gz" +MD5SUM="cc89a45aa1abc26cb1c4cfc164fe5239" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |