diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 19:18:09 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-13 04:53:44 +0000 |
commit | dc3d50ee8d3700e26d4f39c30e45fee668052b00 (patch) | |
tree | fc34d6cd98b419e64ab32a5933e62f2d6cc3975c /community/py3-pyrsistent/APKBUILD | |
parent | cccaae67bf3bbed721b40d58694612d830d913f2 (diff) | |
download | aports-dc3d50ee8d3700e26d4f39c30e45fee668052b00.tar.bz2 aports-dc3d50ee8d3700e26d4f39c30e45fee668052b00.tar.xz |
community/py3-pyrsistent: upgrade to 0.15.2
Diffstat (limited to 'community/py3-pyrsistent/APKBUILD')
-rw-r--r-- | community/py3-pyrsistent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD index 89308927b4..0cd748649f 100644 --- a/community/py3-pyrsistent/APKBUILD +++ b/community/py3-pyrsistent/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyrsistent -pkgver=0.15.1 -pkgrel=1 +pkgver=0.15.2 +pkgrel=0 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" arch="all" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="3c470f9157ae42596359ef5a3390913653c9d360d0ec3204725ef343ca0a95f1d207a951122b092ece5654ce9bf26b317cc1d906a1006732af418d0d1186d2ee py3-pyrsistent-0.15.1.tar.gz" +sha512sums="5333e706007f9d44b432f8bced12dd64c800e4128192b5e301b15d655470475ad234ebcb2a5b70498364dd7a467a2118944f7e6878a88a496aef89ce4edf3905 py3-pyrsistent-0.15.2.tar.gz" |