Merge pull request #7427 from neheb/patch-9
python-psycopg2: Update to 2.7.6.1
This commit is contained in:
commit
aa668f56e8
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-psycopg2
|
||||
PKG_VERSION:=2.7.5
|
||||
PKG_VERSION:=2.7.6.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=psycopg2-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/psycopg2
|
||||
PKG_HASH:=eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
|
||||
PKG_HASH:=27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/psycopg2-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru>
|
||||
|
|
Loading…
Reference in a new issue