diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-24 12:42:57 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-02-24 12:49:56 +0000 |
commit | 40d9c4153f0c0596ab601a408cdaebead87bf709 (patch) | |
tree | 7d08fb0e37a4c1ecdd184d74d74da93824478b94 /testing | |
parent | 5418f8e9e6c05661de5f0ca66cbca363e8b1675e (diff) | |
download | aports-40d9c4153f0c0596ab601a408cdaebead87bf709.tar.bz2 aports-40d9c4153f0c0596ab601a408cdaebead87bf709.tar.xz |
testing/py-prawcore: upgrade to 1.0.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-prawcore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-prawcore/APKBUILD b/testing/py-prawcore/APKBUILD index 077bda543c..eed876e796 100644 --- a/testing/py-prawcore/APKBUILD +++ b/testing/py-prawcore/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py-prawcore -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=0 pkgdesc="a low-level communication layer for PRAW 4+" url="https://github.com/praw-dev/prawcore" @@ -55,4 +55,4 @@ _py() { -sha512sums="01ba210b56aedb8f697f13650ac2a763ef034e668ee9a84962e1567cada894adf6088a536d32b67d44edfbbec24aed6c86d33aa56d003593961346e1319de69c py-prawcore-1.0.0.tar.gz" +sha512sums="6efe8faa685aa92a04309c4c24963a2a540335ad0bed31b990d840732ddf726789688171f4ead4daf831e89da5c95c17861a079dfc9ae3de254d2690bcff1c8b py-prawcore-1.0.1.tar.gz" |