Browse Source
pyodbc: update to version 4.0.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
3 years ago
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with
3 additions and
3 deletions
-
lang/python/pyodbc/Makefile
|
|
@ -5,11 +5,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=pyodbc |
|
|
|
PKG_VERSION:=4.0.31 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=4.0.32 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=89256e79d23415887cacf0a821f9f94baa5d833080521d456687d5e88c40c226 |
|
|
|
PKG_HASH:=9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b |
|
|
|
PKG_BUILD_DEPENDS:=python3 unixodbc |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_LICENSE_FILES:=LICENSE.txt |
|
|
|