diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 10:47:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 19:18:54 -0300 |
commit | db3491e79d8578b936700333c75993e79adf4f94 (patch) | |
tree | b4516e66712abd40e20d813d628fd507e8f3d6b5 /community | |
parent | 04f35e42baf55648c72c9d5986b3fb36c7432d4f (diff) | |
download | aports-db3491e79d8578b936700333c75993e79adf4f94.tar.bz2 aports-db3491e79d8578b936700333c75993e79adf4f94.tar.xz |
community/py3-faker: upgrade to 2.0.2
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-faker/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-faker/APKBUILD b/community/py3-faker/APKBUILD index 922e3c8cab..bd07891675 100644 --- a/community/py3-faker/APKBUILD +++ b/community/py3-faker/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-faker _pyname=Faker -pkgver=1.0.7 +pkgver=2.0.2 pkgrel=0 pkgdesc="Python package that generates fake data for you" url="https://faker.readthedocs.io/en/master" @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="fd835336626d23b2144c3b827a318d54f3e4cc4b652ecba54e68bef3b1580db2ee620e2573e4c40cbe2da6143c2d50c19c30b48237b9d147ca2c731680b2c5d0 Faker-1.0.7.tar.gz" +sha512sums="99be5d7b82e804822ad88f56fce0bc08c8e789955472a7bb66fda561d52306b741f5e4ed0a42ec55ff15e97a18a90d4fe8e666d3b827e0f2da528b4ae530cc61 Faker-2.0.2.tar.gz" |