diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-08 22:33:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-13 10:19:15 +0700 |
commit | d69e71c4ae1a73d833aa8402118c5977eec12846 (patch) | |
tree | d03cbc268519dcd3d813e773f4bdbfbcf83fee54 /python | |
parent | 6724d17344a92b0b446d3c7c3b7dcda3159ba40d (diff) |
python/python-executing: Update for 1.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-executing/python-executing.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-executing/python-executing.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-executing/python-executing.SlackBuild b/python/python-executing/python-executing.SlackBuild index e6f1d6389121c..160e46c28d0f5 100644 --- a/python/python-executing/python-executing.SlackBuild +++ b/python/python-executing/python-executing.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-executing -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-executing/python-executing.info b/python/python-executing/python-executing.info index 0451457b3d4a9..d8e8cd5a683c1 100644 --- a/python/python-executing/python-executing.info +++ b/python/python-executing/python-executing.info @@ -1,8 +1,8 @@ PRGNAM="python-executing" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="https://github.com/alexmojaki/executing" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-1.1.0.tar.gz" -MD5SUM="db30042e339079c50b275232cb64b537" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/executing/executing-1.1.1.tar.gz" +MD5SUM="5b4e105769218bc64eb0df434cb1cedf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |