Browse Source
python3-maxminddb: update to version 2.0.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec
4 years ago
No known key found for this signature in database
GPG Key ID: 60244CCEFB39E584
1 changed files with
2 additions and
2 deletions
-
lang/python/python3-maxminddb/Makefile
|
@ -9,11 +9,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=maxminddb |
|
|
PKG_NAME:=maxminddb |
|
|
PKG_VERSION:=1.5.4 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.0.1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PKG_HASH:=f4d28823d9ca23323d113dc7af8db2087aa4f657fafc64ff8f7a8afda871425b |
|
|
|
|
|
|
|
|
PKG_HASH:=ed42434c3b88229a6a3c0e9e58c5a0f4fc17dcdde42dedcbcf225db8f04e8848 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
PKG_LICENSE:=Apache-2.0 |
|
|