diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-03-28 21:38:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-29 13:05:38 +0000 |
commit | 6f0f67ec46693270287fe2799f8c503d4bf422c4 (patch) | |
tree | 76bf979d64a4bf2ead1518eae7f4b72620797755 /testing/py-praw/APKBUILD | |
parent | 94fd83220c98d82b1a39d6c08d1607257161e41c (diff) | |
download | aports-6f0f67ec46693270287fe2799f8c503d4bf422c4.tar.bz2 aports-6f0f67ec46693270287fe2799f8c503d4bf422c4.tar.xz |
testing/py-praw: upgrade to 2.1.21
Diffstat (limited to 'testing/py-praw/APKBUILD')
-rw-r--r-- | testing/py-praw/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD index bf0c40af7f..fdfc25f548 100644 --- a/testing/py-praw/APKBUILD +++ b/testing/py-praw/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-praw _pkgname=praw -pkgver=2.1.20 +pkgver=2.1.21 pkgrel=0 pkgdesc="A Python module to access to reddit's API" url="https://github.com/praw-dev/praw" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="579ddd10526695405c06598901364e3f praw-2.1.20.tar.gz" -sha256sums="643d8356e10836ff34355e2c818fecb115216aaae19c30b2e6638b777ca0b09c praw-2.1.20.tar.gz" -sha512sums="900695b3f3890bf2ef69d944b666ccc52b93ae27d357be2c83d2d279ec444c83a1e31067e25895c8f2a412f9c6a16648146b69dff6ad4d558c133b9519728770 praw-2.1.20.tar.gz" +md5sums="3b0388c9105662f8be8f1a4d3a38216d praw-2.1.21.tar.gz" +sha256sums="cba56095a1dd9cdc6604a119d7433a30bc434b54d635997b24c6e03d7800d80b praw-2.1.21.tar.gz" +sha512sums="0e0d801d04ca47721ba5da8a07ee153898e2af3833c7164fb151d80c384d9bd86f522af53e15a346920478e83b1bd234d5cc2a5d31ad550f727008cc1acd7f98 praw-2.1.21.tar.gz" |