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>
This commit is contained in:
parent
6f2e2db9c3
commit
a7ffd15570
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-sniffio
|
PRGNAM=python3-sniffio
|
||||||
VERSION=${VERSION:-1.2.0}
|
VERSION=${VERSION:-1.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-sniffio"
|
PRGNAM="python3-sniffio"
|
||||||
VERSION="1.2.0"
|
VERSION="1.3.0"
|
||||||
HOMEPAGE="https://github.com/python-trio/sniffio"
|
HOMEPAGE="https://github.com/python-trio/sniffio"
|
||||||
DOWNLOAD="https://github.com/python-trio/sniffio/archive/v1.2.0/sniffio-1.2.0.tar.gz"
|
DOWNLOAD="https://github.com/python-trio/sniffio/archive/v1.3.0/sniffio-1.3.0.tar.gz"
|
||||||
MD5SUM="34e584ddacd227674c21196ee7034ce6"
|
MD5SUM="09da8e81083e68527f206341b2c88932"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue