diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-16 17:45:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:07 +0700 |
commit | 3721ff251bd8d5731a3c38b460ba56b34d732148 (patch) | |
tree | 04240481c08257930d2c56d6cf1ea22eb67c82bc /python | |
parent | c89183d53f05815e6e29d112d77b16fe02feccdf (diff) |
python/stack_data: Updated for version 0.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 2ba2e33be1b44..b847819a08015 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.2.0} +VERSION=${VERSION:-0.3.0} 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 74e63c9649d24..67a26cc46ccd5 100644 --- a/python/stack_data/stack_data.info +++ b/python/stack_data/stack_data.info @@ -1,8 +1,8 @@ PRGNAM="stack_data" -VERSION="0.2.0" +VERSION="0.3.0" HOMEPAGE="https://github.com/alexmojaki/stack_data" -DOWNLOAD="https://files.pythonhosted.org/packages/3c/71/3e7cdd62d35c863dc45248d827cb65858af6b58271da5ff930bc60ba2e87/stack_data-0.2.0.tar.gz" -MD5SUM="aa4abb89e9a504aa55b57e039c997552" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.3.0.tar.gz" +MD5SUM="d39afb043bdb116b8d568c2a82f32227" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="asttokens python-executing pure_eval" |