diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-20 21:09:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-21 12:15:51 +0700 |
commit | 97d840dee02d2e7678935588ed340e2475d6ef2a (patch) | |
tree | 849a3f594828e2f02d7857059a2c8fc59f1b40aa /python/stack_data | |
parent | f71939b638473ec5171a9458f115026aac6758ae (diff) |
python/stack_data: Update for 0.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/stack_data')
-rw-r--r-- | python/stack_data/stack_data.SlackBuild | 2 | ||||
-rw-r--r-- | python/stack_data/stack_data.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/stack_data/stack_data.SlackBuild b/python/stack_data/stack_data.SlackBuild index 1227d8374911..a584a496598a 100644 --- a/python/stack_data/stack_data.SlackBuild +++ b/python/stack_data/stack_data.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stack_data -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/stack_data/stack_data.info b/python/stack_data/stack_data.info index 9ff4e4be0e24..59979f270256 100644 --- a/python/stack_data/stack_data.info +++ b/python/stack_data/stack_data.info @@ -1,8 +1,8 @@ PRGNAM="stack_data" -VERSION="0.6.1" +VERSION="0.6.2" HOMEPAGE="https://github.com/alexmojaki/stack_data" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.1.tar.gz" -MD5SUM="05c8c6c58c02280bc87b6851e40d38e6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.2.tar.gz" +MD5SUM="bf86c3c81a0158e1e7f3979da5a0033b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="asttokens python3-executing pure_eval" |