diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-21 13:48:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:15 +0700 |
commit | 83d9bcba23d2df505bce8512755d2906bc183bf3 (patch) | |
tree | 3d6e9484097aa838ba23adf7c905f809a52a4133 /python/python3-aiorpcX/python3-aiorpcX.SlackBuild | |
parent | d40ecb3281745b1b86b1a62a4ac8cded472c7a9c (diff) |
python/python3-aiorpcX: Update for 0.22.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-aiorpcX/python3-aiorpcX.SlackBuild')
-rw-r--r-- | python/python3-aiorpcX/python3-aiorpcX.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-aiorpcX/python3-aiorpcX.SlackBuild b/python/python3-aiorpcX/python3-aiorpcX.SlackBuild index dbfe081518..cfcdf0ad50 100644 --- a/python/python3-aiorpcX/python3-aiorpcX.SlackBuild +++ b/python/python3-aiorpcX/python3-aiorpcX.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for python3-aiorpcX -# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiorpcX -VERSION=${VERSION:-0.21.0} +VERSION=${VERSION:-0.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |