diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 23:07:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 23:07:42 +0100 |
commit | 8580928adf7c8114fa873669e075917b869d3c27 (patch) | |
tree | 6efb1b8efb820830fe83c66ab962b1dc8830a3ba /testing | |
parent | 6cdb1b7bbec21b12dd3c5a6ba15bd8442bb6999d (diff) | |
download | aports-8580928adf7c8114fa873669e075917b869d3c27.tar.bz2 aports-8580928adf7c8114fa873669e075917b869d3c27.tar.xz |
testing/py3-path: fix checksums
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-path/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-path/APKBUILD b/testing/py3-path/APKBUILD index 00da6923d3..6ad961c83a 100644 --- a/testing/py3-path/APKBUILD +++ b/testing/py3-path/APKBUILD @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e87649ba779360533af7152165009984bd6a9100c3143baf35b4b195c341b3f64cffd9f9476b5461177ab5f87aceaf4824eca9e7199699b65bc3d1fae3d3d298 py3-path.py-13.0.0.tar.gz" +sha512sums="e87649ba779360533af7152165009984bd6a9100c3143baf35b4b195c341b3f64cffd9f9476b5461177ab5f87aceaf4824eca9e7199699b65bc3d1fae3d3d298 py3-path-13.0.0.tar.gz" |