diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-14 23:51:44 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-14 23:51:44 +0000 |
commit | bf96f762a68e937ac11d473c0f16bd3328729507 (patch) | |
tree | 4f6a3e706c856ddda3085c52d894289f7d1ffef8 /community/py-psutil/APKBUILD | |
parent | 16384706001e9d272c45f747f6428d9428af2a20 (diff) | |
download | aports-bf96f762a68e937ac11d473c0f16bd3328729507.tar.bz2 aports-bf96f762a68e937ac11d473c0f16bd3328729507.tar.xz |
community/py-psutil: upgrade to 5.4.5
Diffstat (limited to 'community/py-psutil/APKBUILD')
-rw-r--r-- | community/py-psutil/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-psutil/APKBUILD b/community/py-psutil/APKBUILD index 6cbf5e85e3..1296a6a330 100644 --- a/community/py-psutil/APKBUILD +++ b/community/py-psutil/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-psutil _pkgname=psutil -pkgver=5.4.3 +pkgver=5.4.5 pkgrel=0 pkgdesc="A cross-platform process and system utilities module for Python" url="https://github.com/giampaolo/psutil" @@ -48,4 +48,4 @@ _py3() { _py python3 } -sha512sums="f2a0f3089c3436df52d509576795e1de14c4127918fbe63b8f116f7c097ba4d67e3b55a8da167a88c6ffd340bb443109d4887c03371810997ced4478b295f960 psutil-5.4.3.tar.gz" +sha512sums="3ed5c4cb650161923092c742a16459159bf0989ff669a968b1307852080603a6a1fad834c9b14f38d652e0b1fc9927906c51f7a937d8d2505f110207fd408e7a psutil-5.4.5.tar.gz" |