diff options
-rw-r--r-- | community/py3-pytest-forked/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytest-forked/APKBUILD b/community/py3-pytest-forked/APKBUILD index 54789ab7a8..78a17fbd80 100644 --- a/community/py3-pytest-forked/APKBUILD +++ b/community/py3-pytest-forked/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dmitry Romanenko <dmitry@romanenko.in> pkgname=py3-pytest-forked _pkgname=pytest-forked -pkgver=1.1.1 +pkgver=1.1.3 pkgrel=0 pkgdesc="extracted --boxed from pytest-xdist to ensure backward compat" url="https://github.com/pytest-dev/pytest-forked" @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4158a5354f749e4bc7497506ab42c43da682ebd93860b1b0a8df5f8f9efe64c4c495cf61457244622c42e18cc119851b81f53e7da9b2ebfb4a8e1db6dddf4c2e pytest-forked-1.1.1.tar.gz" +sha512sums="2086884b0e78841b3cdf8eb2b144b8fa60ba95e4be79bc58a2b5775a5f997dddef59377f7c993e54974fbbe13e73fe8688eed4d035e85293e35a143c5f0180f3 pytest-forked-1.1.3.tar.gz" |