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>
This commit is contained in:
Isaac Yu 2022-03-21 13:48:58 -07:00 committed by Willy Sudiarto Raharjo
parent d40ecb3281
commit 83d9bcba23
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiorpcX"
VERSION="0.21.0"
VERSION="0.22.1"
HOMEPAGE="https://aiorpcx.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/kyuupichan/aiorpcX/archive/0.21.0/aiorpcX-0.21.0.tar.gz"
MD5SUM="d8a80c95a8e7028d8a2ef0814a4df3f6"
DOWNLOAD="https://github.com/kyuupichan/aiorpcX/archive/0.22.1/aiorpcX-0.22.1.tar.gz"
MD5SUM="29e3322d02f8c58fdef360dc5aa71466"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs"