diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 16:27:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 16:30:49 -0300 |
commit | 531686bc02e6ce48f34b6b521930f6067c2d6ea6 (patch) | |
tree | a328bfac6544862c05aa49a9fff4c6f766534a35 /testing/py3-telegram-bot | |
parent | 230ed2557d686391c7dc0a0d5160c8630c2bbfc9 (diff) | |
download | aports-531686bc02e6ce48f34b6b521930f6067c2d6ea6.tar.bz2 aports-531686bc02e6ce48f34b6b521930f6067c2d6ea6.tar.xz |
testing/py3-telegram-bot: upgrade to 12.2.0
Diffstat (limited to 'testing/py3-telegram-bot')
-rw-r--r-- | testing/py3-telegram-bot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-telegram-bot/APKBUILD b/testing/py3-telegram-bot/APKBUILD index 3c5c4fc213..9d60d6158f 100644 --- a/testing/py3-telegram-bot/APKBUILD +++ b/testing/py3-telegram-bot/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-telegram-bot _pkgname=python-telegram-bot -pkgver=12.0.0 -pkgrel=1 +pkgver=12.2.0 +pkgrel=0 pkgdesc="A Python wrapper around the Telegram Bot API" url="https://github.com/python-telegram-bot/python-telegram-bot" arch="noarch" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="847f11b642fde3d37101e032c647ef2adf4a8b0e6cee7267b32ac62e0f82db8dc50c6086e9472c81ed713a4804e908adabde2c612a94120a60326681512c1745 python-telegram-bot-12.0.0.tar.gz" +sha512sums="6df32e212816c1b77e4502fa796542d1ff2b6ac891ce09f31ce27807a9fe9eb62b0d7e417ab743c1ada9b479557e52be30b3a692a14b3732c77cee4f1d87f895 python-telegram-bot-12.2.0.tar.gz" |