diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-distro/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-distro/APKBUILD b/testing/py-distro/APKBUILD index 06bc6c8a02..a1844f2ef1 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.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="A Linux OS platform information API" url="https://github.com/nir0s/distro" @@ -40,4 +40,4 @@ _py3() { _py python3 } -sha512sums="0f5e41919076e5230adc2f7941e12779ad756e6e50f6feb66221d6c11a20600cf009dffa11ee1fcd9a7fc47faff38fd8b2e75d24356ea110ace5cc07829fda94 distro-1.0.3.tar.gz" +sha512sums="466f2e14b169998e3ff7420e12bf270ad9f934962ae92c2d24bdd747897ad66cb348194dd1376b8b53ed298ea02039943c80d9ccc6b8a01c2bd0c6d2be82c7f6 distro-1.0.4.tar.gz" |