diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 15:57:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 16:00:33 +0100 |
commit | c742c785245af31f6102e1cddd26be4825242261 (patch) | |
tree | 34bd01facd7eb7d69df726a56f7b306f667d40c9 /testing/py3-pygdbmi | |
parent | 3733c7bdff0bd44eb5634c359a0b50d1f2669e72 (diff) | |
download | aports-c742c785245af31f6102e1cddd26be4825242261.tar.bz2 aports-c742c785245af31f6102e1cddd26be4825242261.tar.xz |
testing/py3-pygdbmi: upgrade to 0.9.0.3
Diffstat (limited to 'testing/py3-pygdbmi')
-rw-r--r-- | testing/py3-pygdbmi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pygdbmi/APKBUILD b/testing/py3-pygdbmi/APKBUILD index e5d59b7fa3..28153ca212 100644 --- a/testing/py3-pygdbmi/APKBUILD +++ b/testing/py3-pygdbmi/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> _pkgname=pygdbmi pkgname=py3-$_pkgname -pkgver=0.9.0.2 -pkgrel=1 +pkgver=0.9.0.3 +pkgrel=0 pkgdesc="Get Structured Output from GDB's Machine Interface" url="https://github.com/cs01/pygdbmi" arch="noarch" @@ -24,4 +24,4 @@ check() { python3 setup.py check } -sha512sums="8341efd12b146f1d11a43c1fe20d065bc0dbc4e6f14c7f03917e06fcc77daca81d9497d236552b36fadadb310937bfdd91e073f171fe8b5bf2f8a95508c0a3fd pygdbmi-0.9.0.2.tar.gz" +sha512sums="400859811e9384bff0e9602c8c41471489d074052301cf30f5cda3950da9badf20d62bf3a8956e837426c75ea9d0ce80cb0e4986749819cd8e4df5156c80e12d pygdbmi-0.9.0.3.tar.gz" |