Browse Source
pyodbc: update to version 4.0.31
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
2 additions and
2 deletions
-
lang/python/pyodbc/Makefile
|
@ -5,8 +5,8 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=pyodbc |
|
|
PKG_NAME:=pyodbc |
|
|
PKG_VERSION:=4.0.30 |
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=4.0.31 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PKG_HASH:=852b5deeeb3366af8b4408efed993501708be45d221881bce60c9aac54be726a |
|
|
PKG_HASH:=852b5deeeb3366af8b4408efed993501708be45d221881bce60c9aac54be726a |
|
|