diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-02-08 02:02:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:02:30 +0700 |
commit | 9c12e1670d294f91456397832354b202c6787d8d (patch) | |
tree | a402ed9ffe48e5af7709bd5b5ed75d81f22f93dc /python/pyudev | |
parent | f4c79f1b8e13fb6304e398a0a5f8c8e4531d62fa (diff) |
python/pyudev: Updated for version 0.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyudev')
-rw-r--r-- | python/pyudev/pyudev.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyudev/pyudev.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pyudev/pyudev.SlackBuild b/python/pyudev/pyudev.SlackBuild index b8564e8eb6ee..543f9dedd460 100644 --- a/python/pyudev/pyudev.SlackBuild +++ b/python/pyudev/pyudev.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyudev # Copyright 2012 Jon Ware <jon@waremail.net> -# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyudev -VERSION=${VERSION:-0.21.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.22.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/python/pyudev/pyudev.info b/python/pyudev/pyudev.info index 3f8746ceaad0..314734ccc007 100644 --- a/python/pyudev/pyudev.info +++ b/python/pyudev/pyudev.info @@ -1,8 +1,8 @@ PRGNAM="pyudev" -VERSION="0.21.0" +VERSION="0.22.0" HOMEPAGE="http://pyudev.readthedocs.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyudev/pyudev-0.21.0.tar.gz" -MD5SUM="cf4d9db7d772622144ca1be6b5d9353b" +DOWNLOAD="https://files.pythonhosted.org/packages/72/c8/4660d815a79b1d42c409012aaa10ebd6b07a47529b4cb6880f27a24bd646/pyudev-0.22.0.tar.gz" +MD5SUM="377eda61186c91e9440f01d76dbb4206" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six" |