diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-01-22 07:06:51 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-01-22 12:06:43 +0100 |
commit | 19f0eef0ce3077f01093ce41974483b4fd40438e (patch) | |
tree | 8662ce3a5c47d3b5c95def99045d2b47b173bc11 /community/py-snmp | |
parent | becf345449a966ee9e4d63025470a10cf101a5b5 (diff) | |
download | aports-19f0eef0ce3077f01093ce41974483b4fd40438e.tar.bz2 aports-19f0eef0ce3077f01093ce41974483b4fd40438e.tar.xz |
community/py-snmp: upgrade to 4.4.4
Diffstat (limited to 'community/py-snmp')
-rw-r--r-- | community/py-snmp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-snmp/APKBUILD b/community/py-snmp/APKBUILD index 4f1a16cdc4..6bb3ca8e61 100644 --- a/community/py-snmp/APKBUILD +++ b/community/py-snmp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-snmp _pkgname=pysnmp -pkgver=4.4.3 +pkgver=4.4.4 pkgrel=0 pkgdesc="A Python SNMP v1/v2c/v3 engine" url="http://pysnmp.sf.net/" @@ -46,4 +46,4 @@ _py3() { _py python3 } -sha512sums="5d2edb34d4c15d5dc19121240a7d12eaa9d86c3c8deaa10f9f76b96669c8292ba668537851e54a2a403221e5099ab3635cc31bb16be5972029fc2f7a5bc1b908 pysnmp-4.4.3.tar.gz" +sha512sums="960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e pysnmp-4.4.4.tar.gz" |