diff options
Diffstat (limited to 'python3-influxdb/Makefile')
-rw-r--r-- | python3-influxdb/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python3-influxdb/Makefile b/python3-influxdb/Makefile index 56d61a3..6f360e3 100644 --- a/python3-influxdb/Makefile +++ b/python3-influxdb/Makefile @@ -1,8 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-influxdb +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://github.com/influxdata/influxdb-python.git + +PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/influxdb/ +PKG_SOURCE:=influxdb-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=8d82a3e48c8d20f4d1f1243c6bb04402 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> include $(TOPDIR)/package/autopkg-tag.mk |