From 63b51a3efa3bb53a6c04f35ca39b1ca361cf5f87 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Fri, 29 May 2020 16:45:38 -0300 Subject: [PATCH] testing/py3-prawcore: upgrade to 1.4.0 --- testing/py3-prawcore/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-prawcore/APKBUILD b/testing/py3-prawcore/APKBUILD index 798a888c9afe..eb8ae166e09e 100644 --- a/testing/py3-prawcore/APKBUILD +++ b/testing/py3-prawcore/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-prawcore -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=0 pkgdesc="a low-level communication layer for PRAW 4+" options="net" # To fetch unpackaged test dependencies @@ -25,4 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e64f6b52654fcf279e7296420f950d7eb6dc535dd72326f43ed7840189a52b0f0096fc66ee81360231efe3c00686239128e8dd7bf153599be7eb30ded5ed9891 py3-prawcore-1.3.0.tar.gz" +sha512sums="4fda3cb7e403a958ec8ed25faf7d9ca23c8bfdf6fed7c47a8cfafac37314cf821dcba3523b0d2b8a879b4f010287c2c6eb627c18af0c61952b70b12cd335ed10 py3-prawcore-1.4.0.tar.gz" -- GitLab