diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 09:26:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 09:30:41 -0300 |
commit | 8094d204a0bfcb5b61b9823916916339fe57b37b (patch) | |
tree | 8b1bd3c13e4912bb487b4037f3a92a633fbee802 /testing | |
parent | bb89ee93d7471c6922dcaf1f2c8f8762af60167a (diff) | |
download | aports-8094d204a0bfcb5b61b9823916916339fe57b37b.tar.bz2 aports-8094d204a0bfcb5b61b9823916916339fe57b37b.tar.xz |
testing/py3-telegram-bot: upgrade to 12.4.2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-telegram-bot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-telegram-bot/APKBUILD b/testing/py3-telegram-bot/APKBUILD index 14fbde341e..01505021cb 100644 --- a/testing/py3-telegram-bot/APKBUILD +++ b/testing/py3-telegram-bot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-telegram-bot _pkgname=python-telegram-bot -pkgver=12.3.0 +pkgver=12.4.2 pkgrel=0 pkgdesc="A Python wrapper around the Telegram Bot API" url="https://github.com/python-telegram-bot/python-telegram-bot" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f7b7f3155788c915b9c6bc3b600823af4963324597ee4ef8ae80d301e65b3582c226bc8da0fc2cbf1756a35f51d718322f8dcaa0ed5064d29d0b09c15bb0d1f6 python-telegram-bot-12.3.0.tar.gz" +sha512sums="56de6a820e8781a4f1dc4fd12e562d54a1ffed461a744425ccb2a92cc5dec0ceb984724f95dc224a16d5cdfabbf1305fce960741089257a4357147069e0bb1c8 python-telegram-bot-12.4.2.tar.gz" |