diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-08 14:20:13 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-08 14:39:08 +0000 |
commit | fb412ae31fe70d6c798e1d5e99d32effcca9eeab (patch) | |
tree | cf2bb01b81c4535fa37255e3b73ebcdd3c1c5a85 | |
parent | a7cf3316010c41278237402dcef5e2e7a5f566f9 (diff) | |
download | aports-fb412ae31fe70d6c798e1d5e99d32effcca9eeab.tar.bz2 aports-fb412ae31fe70d6c798e1d5e99d32effcca9eeab.tar.xz |
testing/py3-apsw: upgrade to 3.29.0
-rw-r--r-- | testing/py3-apsw/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-apsw/APKBUILD b/testing/py3-apsw/APKBUILD index 20a96f30bc..d146371d3a 100644 --- a/testing/py3-apsw/APKBUILD +++ b/testing/py3-apsw/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-apsw _pkgname=apsw -pkgver=3.28.0 +pkgver=3.29.0 _pkgrel=r1 -pkgrel=1 +pkgrel=0 pkgdesc="Another Python SQLite Wrapper" url="https://github.com/rogerbinns/apsw" arch="all" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7c7fa277b78ef99823c854dd073ca8d572f682742858063730d81b5dd3b9edb3bbb60a96e6b74cb84781649728a141a0f192db91c2bfcb9e7e9b9e3f47de1df3 py3-apsw-3.28.0-r1.tar.gz" +sha512sums="c4e6b141f1134b8c70f7e8e26db68bf75e42ef2fc79c256a37974fafcc54743e1e03bc76ba516eb6ef2504446619b3b58dd1d8c8580514e670f1532d6be6c1e8 py3-apsw-3.29.0-r1.tar.gz" |