diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-04-28 13:52:08 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-04-28 17:52:52 +0300 |
commit | dbc96088252553926df519a5c2ce5d51e6fd8500 (patch) | |
tree | 047ccad463399e7a343cb3f7d3e827770814c84b /testing/py-telegram-bot | |
parent | aa84930631b516dd73ced7ebe5fe1b3d25eea663 (diff) | |
download | aports-dbc96088252553926df519a5c2ce5d51e6fd8500.tar.bz2 aports-dbc96088252553926df519a5c2ce5d51e6fd8500.tar.xz |
testing/py-telegram-bot: upgrade to 10.0.2
Diffstat (limited to 'testing/py-telegram-bot')
-rw-r--r-- | testing/py-telegram-bot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-telegram-bot/APKBUILD b/testing/py-telegram-bot/APKBUILD index 97d36742be..8e9832d26a 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=8.0.0 +pkgver=10.0.2 pkgrel=0 pkgdesc="A Python wrapper around the Telegram Bot API" url="https://github.com/python-telegram-bot/python-telegram-bot" @@ -47,4 +47,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="179b0a84bbee2b55acf45cbe4225723369ff025d4474cb8aa922f6d94128cb96c2c630108213a824877b1580461de7f748476829e4274341b6ee1c670d2ae6c2 py-telegram-bot-8.0.0.zip" +sha512sums="a16877752caa1fc658f2a44f9e61f798f1a4e6770fa09a04d88c9bdb368bbe95a37a34e0de2c7acafb9e1c24963861d55d1bdbfded07dc0ba54d49854fb5ce10 py-telegram-bot-10.0.2.zip" |