diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-28 13:42:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-28 13:42:19 +0000 |
commit | 6a58e3786b2bc8a23cdee4deadeeb772a0917949 (patch) | |
tree | 05b2d767b2912f10e3c7b7feb7a6c6e4f8b1ca5a /testing | |
parent | 879e8ab4fe24f90051dc3c42a223e012eb32d346 (diff) | |
download | aports-6a58e3786b2bc8a23cdee4deadeeb772a0917949.tar.bz2 aports-6a58e3786b2bc8a23cdee4deadeeb772a0917949.tar.xz |
testing/py-telegram-bot: upgrade to 5.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-telegram-bot/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-telegram-bot/APKBUILD b/testing/py-telegram-bot/APKBUILD index ddeab6cca7..a30f6903c7 100644 --- a/testing/py-telegram-bot/APKBUILD +++ b/testing/py-telegram-bot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-telegram-bot _pkgname=${pkgname/py/python} -pkgver=3.3 +pkgver=5.1 pkgrel=0 pkgdesc="A Python wrapper around the Telegram Bot API" url="https://github.com/python-telegram-bot/python-telegram-bot" @@ -26,6 +26,6 @@ package() { python setup.py install --root="$pkgdir" --optimize=1 } -md5sums="cfc360e1bea991ea6aec50d0a57f4b73 py-telegram-bot-3.3.zip" -sha256sums="cc39bceb17c343758bcc9649e7931e36388bac6b2a3fd181841c0e4403c4dd60 py-telegram-bot-3.3.zip" -sha512sums="b827905d2e58491ef5566dc4758be32f33c1ccfc637c279725504d26af1628c07cb654f6aa2a067336c868b9cfe8f7a646725b9075d261d718be1b3be2968a29 py-telegram-bot-3.3.zip" +md5sums="a6a4bfe32b628a9c757288487521ac20 py-telegram-bot-5.1.zip" +sha256sums="ac5040ca277ace47d9f21c00cbc87eb557b535760f940d5d0052938edb705969 py-telegram-bot-5.1.zip" +sha512sums="5e9bef2018e974e5740e9d381f41de4ab6eecfc0cebfc7f0c8c6e69423d7b41117431b36af772d8e91c6d6e1db9811e9bd8970aaba15d83b792590bef7f64d0c py-telegram-bot-5.1.zip" |