diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-15 18:12:20 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-15 18:12:20 +0000 |
commit | 63aebc56fc52353039a6992bcf3dcef5dd2c6883 (patch) | |
tree | 7816c39a5a5cf81f8cf7128f4db007bb8c6b5eba /community | |
parent | 0427d2932cd300cc4f782d25c242d5c98afcc4f2 (diff) | |
download | aports-63aebc56fc52353039a6992bcf3dcef5dd2c6883.tar.bz2 aports-63aebc56fc52353039a6992bcf3dcef5dd2c6883.tar.xz |
community/py-pexpect: upgrade to 4.5
Diffstat (limited to 'community')
-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 6ed353a467..7468d8f77a 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.4 +pkgver=4.5 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="0da4e85cf6f1c686404d62143f6d159ff1a4769ce0f0d245b018262f4c261940d77f0220658e68b83d2d7131d02bd2468541f1ef2756893a8021e15ec2f72291 py-pexpect-4.4.tar.gz" +sha512sums="db64dcded023696a8b447fa000a66600e402df0e62691dfad84a0073c0470a5c9b79c0266cc6f67d8b241d873e662963b37c577e9f47c4e1ec4702705baabbc3 py-pexpect-4.5.tar.gz" |