diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-11 10:56:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-11 10:58:39 +0000 |
commit | 984ecb3421fb2877c357c3dd8590b872707dbb8c (patch) | |
tree | 4daff24ea94b0467db9944eb5e83b3ff4d4dae8e /community/py-pexpect | |
parent | 2fa4439390140f621c484320ed5d8ff3299b0f6e (diff) | |
download | aports-984ecb3421fb2877c357c3dd8590b872707dbb8c.tar.bz2 aports-984ecb3421fb2877c357c3dd8590b872707dbb8c.tar.xz |
community/py-pexpect: upgrade to 4.4
Diffstat (limited to 'community/py-pexpect')
-rw-r--r-- | community/py-pexpect/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-pexpect/APKBUILD b/community/py-pexpect/APKBUILD index 48416163ac..6ed353a467 100644 --- a/community/py-pexpect/APKBUILD +++ b/community/py-pexpect/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-pexpect _pkgname=${pkgname#py-} -pkgver=4.3.1 +pkgver=4.4 pkgrel=0 pkgdesc="Make Python a better tool for controlling and automating other programs" url="http://pexpect.readthedocs.org/en/stable" @@ -56,4 +56,4 @@ doc() { cd "$builddir" install -Dm644 LICENSE "$subpkgdir/usr/share/licenses/$pkgname/LICENSE" } -sha512sums="efd8e1436235b2f3d1bbc018ca1779a34d5e91e84dd495259c77e08fedda425b19e81df0861b78bbd833c7fa2b7f62b41d96c20594ddfae12c33c152ca6ce061 py-pexpect-4.3.1.tar.gz" +sha512sums="0da4e85cf6f1c686404d62143f6d159ff1a4769ce0f0d245b018262f4c261940d77f0220658e68b83d2d7131d02bd2468541f1ef2756893a8021e15ec2f72291 py-pexpect-4.4.tar.gz" |