aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-03 14:24:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-03 19:01:46 +0000
commitdfd7735a767010228bbce9c14c816c8250a2b815 (patch)
tree7e03124da9aaf79b2408d373b4684c82a71b4537
parent417d247a4a17b205b6faac1da5d3318b398344c1 (diff)
downloadalpine_aports-dfd7735a767010228bbce9c14c816c8250a2b815.tar.bz2
alpine_aports-dfd7735a767010228bbce9c14c816c8250a2b815.tar.xz
alpine_aports-dfd7735a767010228bbce9c14c816c8250a2b815.zip
community/py3-tqdm: upgrade to 4.46.1
-rw-r--r--community/py3-tqdm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-tqdm/APKBUILD b/community/py3-tqdm/APKBUILD
index 046eab7fe7..dfbc7db3e4 100644
--- a/community/py3-tqdm/APKBUILD
+++ b/community/py3-tqdm/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Drew DeVault <sir@cmpwn.com> 1# Maintainer: Drew DeVault <sir@cmpwn.com>
2pkgname=py3-tqdm 2pkgname=py3-tqdm
3_pkgname=tqdm 3_pkgname=tqdm
4pkgver=4.46.0 4pkgver=4.46.1
5pkgrel=0 5pkgrel=0
6pkgdesc="Fast, Extensible Progress Meter" 6pkgdesc="Fast, Extensible Progress Meter"
7options="!check" # Broken on our current Python build due to setuptools version conflict 7options="!check" # Broken on our current Python build due to setuptools version conflict
@@ -43,4 +43,4 @@ package() {
43 ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm 43 ln -s tqdm-3 "$pkgdir"/usr/bin/tqdm
44} 44}
45 45
46sha512sums="ccdfce4d273e78ced172fc3edb24ac038465169f7b765e7bf779831ef3d0dc72c648c5fb165aba02e0c6dc86c5d0ea3d93d5530b642ddd84e3d284c7354739cf tqdm-4.46.0.tar.gz" 46sha512sums="de8710ceb44b6caa073aaa3c9dca281880d752d1b542a3dd87a54884478a185c35ab1969c6cb7242e30ee0511f967cde7bd4fa83a8d4f8c58d3e95ad2bf3bfc6 tqdm-4.46.1.tar.gz"