diff options
Diffstat (limited to 'python/xattr')
-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="" |