Skip to content

Commit 7dc5a7d

Browse files
committed
python-tornado: update to 6.5.3
1 parent d3dad01 commit 7dc5a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-tornado/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=tornado
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=6.5.2
6+
pkgver=6.5.3
77
pkgrel=1
88
pkgdesc="open source version of the scalable, non-blocking web server and tools (mingw-w64)"
99
arch=('any')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2323
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
2424
"${MINGW_PACKAGE_PREFIX}-cc")
2525
source=("https://pypi.python.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
26-
sha256sums=('ab53c8f9a0fa351e2c0741284e06c7a45da86afb544133201c5cc8578eb076a0')
26+
sha256sums=('16abdeb0211796ffc73765bc0a20119712d68afeeaf93d1a3f2edf6b3aee8d5a')
2727

2828
build() {
2929
export TORNADO_EXTENSION=1

0 commit comments

Comments
 (0)