diff options
Diffstat (limited to 'testing/py-distro/APKBUILD')
-rw-r--r-- | testing/py-distro/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/py-distro/APKBUILD b/testing/py-distro/APKBUILD index 379fda3d77..06bc6c8a02 100644 --- a/testing/py-distro/APKBUILD +++ b/testing/py-distro/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-distro _pkgname=distro -pkgver=1.0.1 +pkgver=1.0.3 pkgrel=0 pkgdesc="A Linux OS platform information API" url="https://github.com/nir0s/distro" @@ -40,6 +40,4 @@ _py3() { _py python3 } -md5sums="d1726863ed44003b4e52884f888918c4 distro-1.0.1.tar.gz" -sha256sums="b940995858ec63a29a272ddf7916818bb5cccb9297928fb8230fd37a146b1f26 distro-1.0.1.tar.gz" -sha512sums="adac287d3b36034f92c1c5d7f66216dbffe923d04fd2556b79531dd8ca6dcab73d4771d3e14f5b2516d9692e2a734f614487ffee88738daa13592222d6892860 distro-1.0.1.tar.gz" +sha512sums="0f5e41919076e5230adc2f7941e12779ad756e6e50f6feb66221d6c11a20600cf009dffa11ee1fcd9a7fc47faff38fd8b2e75d24356ea110ace5cc07829fda94 distro-1.0.3.tar.gz" |