Browse Source

pyodbc: update hash

This package was updated without a hash change.

Fixes: c157522580 ("pyodbc: update to version 4.0.31")

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lilik-openwrt-22.03
Tianling Shen 3 years ago
committed by Daniel Golle
parent
commit
b783386890
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/pyodbc/Makefile

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

@ -6,10 +6,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pyodbc PKG_NAME:=pyodbc
PKG_VERSION:=4.0.31 PKG_VERSION:=4.0.31
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=$(PKG_NAME) PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=852b5deeeb3366af8b4408efed993501708be45d221881bce60c9aac54be726a
PKG_HASH:=89256e79d23415887cacf0a821f9f94baa5d833080521d456687d5e88c40c226
PKG_BUILD_DEPENDS:=python3 unixodbc PKG_BUILD_DEPENDS:=python3 unixodbc
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt PKG_LICENSE_FILES:=LICENSE.txt


Loading…
Cancel
Save