diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-09 13:00:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 13:00:07 -0700 |
commit | 9aad8f0825e2597e16dce13c6899841dcf850fff (patch) | |
tree | fd6f55ad62ba18fb489200ca5876b5f9741fe779 /lang | |
parent | efb7d0be6dd7882748d337391c5568d829bf17f5 (diff) |
python-gnupg: Update to 0.4.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-gnupg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-gnupg/Makefile b/lang/python/python-gnupg/Makefile index 0c209a751..77f9d51b4 100644 --- a/lang/python/python-gnupg/Makefile +++ b/lang/python/python-gnupg/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-gnupg -PKG_VERSION:=0.4.1 +PKG_VERSION:=0.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/fc/f1/df6c06da34939f67ea622e0b31dbc5bdb5121b271ab530d151df59974425/ -PKG_HASH:=ef47b02eaf41dee3cf4b02ddf83130827318de9fe3eae89d01a3f05859e20e1a +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/fd/a6/4ae8ec46a256444f65d745a92827c05fe6d4f3f4e1a40289a58ac37fe2b9 +PKG_HASH:=2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=LICENSE @@ -27,7 +27,7 @@ define Package/python-gnupg/Default SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - URL:=https://github.com/isislovecruft/python-gnupg + URL:=https://gnupg.readthedocs.io/en/latest/ DEPENDS:=+gnupg endef |