Browse Source

Merge pull request #13837 from BKPepe/tornado-update

python-tornado: update to version 6.1
lilik-openwrt-22.03
Josef Schlehofer 4 years ago
committed by GitHub
parent
commit
3d0cf25d8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-tornado/Makefile

+ 2
- 2
lang/python/python-tornado/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-tornado
PKG_VERSION:=6.0.4
PKG_VERSION:=6.1
PKG_RELEASE:=1
PYPI_NAME:=tornado
PKG_HASH:=0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc
PKG_HASH:=33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
PKG_LICENSE:=Apache-2.0


Loading…
Cancel
Save