diff options
Diffstat (limited to 'testing/py-telegram-bot/APKBUILD')
-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" |