diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-01 10:55:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:52 +0700 |
commit | a7ffd1557083d9a88ba00ef9d7cb1853e05747a2 (patch) | |
tree | 21c6c9076b1aaae2f72a80f30178a1e2279d4d32 /python/python3-sniffio | |
parent | 6f2e2db9c3c72a691b1ae889ae5edde1bd25eee7 (diff) | |
download | slackbuilds-a7ffd1557083d9a88ba00ef9d7cb1853e05747a2.tar.gz |
python/python3-sniffio: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sniffio')
-rw-r--r-- | python/python3-sniffio/python3-sniffio.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-sniffio/python3-sniffio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-sniffio/python3-sniffio.SlackBuild b/python/python3-sniffio/python3-sniffio.SlackBuild index a4fc67f72e..b4f0054179 100644 --- a/python/python3-sniffio/python3-sniffio.SlackBuild +++ b/python/python3-sniffio/python3-sniffio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-sniffio -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-sniffio/python3-sniffio.info b/python/python3-sniffio/python3-sniffio.info index 87ae030993..69076934ad 100644 --- a/python/python3-sniffio/python3-sniffio.info +++ b/python/python3-sniffio/python3-sniffio.info @@ -1,8 +1,8 @@ PRGNAM="python3-sniffio" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="https://github.com/python-trio/sniffio" -DOWNLOAD="https://github.com/python-trio/sniffio/archive/v1.2.0/sniffio-1.2.0.tar.gz" -MD5SUM="34e584ddacd227674c21196ee7034ce6" +DOWNLOAD="https://github.com/python-trio/sniffio/archive/v1.3.0/sniffio-1.3.0.tar.gz" +MD5SUM="09da8e81083e68527f206341b2c88932" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |