diff options
author | Andrew McConachie <andrew@depht.com> | 2017-02-01 13:45:50 -0500 |
---|---|---|
committer | Andrew McConachie <andrew@depht.com> | 2017-02-01 13:45:50 -0500 |
commit | d6d80ba54077fd383a3c07c6b4053dd9a047f2ad (patch) | |
tree | 28f2205236a337f801118b8ce8b435caf12165bf /lang | |
parent | 3849b5b6d8acc55d8857ccfccb34012747518f2a (diff) |
lang/python-pcapy: Bumped version to 0.11.1
Signed-off-by: Andrew McConachie <andrew@depht.com>
Compile tested: AMD64
Run tested: tested
Description: new release
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-pcapy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python-pcapy/Makefile b/lang/python-pcapy/Makefile index 4164ba891..c89500df9 100644 --- a/lang/python-pcapy/Makefile +++ b/lang/python-pcapy/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pcapy -PKG_VERSION:=0.10.10 +PKG_VERSION:=0.11.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Andrew McConachie <andrew@depht.com> PKG_LICENSE:=Apache-1.1 @@ -16,7 +16,7 @@ PKG_LICENSE:=Apache-1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/CoreSecurity/pcapy.git -PKG_SOURCE_VERSION:=37179f5b6187ec58d3ba11ef7b24e3c341cbabbb +PKG_SOURCE_VERSION:=b91a418374d1636408c435f11799ef725ef70097 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python python-setuptools |