diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:23:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:23:53 -0300 |
commit | 57d68f1526c48087bfe4c384a4a97bcff6e60a63 (patch) | |
tree | 8550371fd86f5d32687be0ae39e758f2d8211111 /community/py3-graphviz | |
parent | b098c746f70d65f2868f7ead0bbd4738a3ba3928 (diff) | |
download | aports-57d68f1526c48087bfe4c384a4a97bcff6e60a63.tar.bz2 aports-57d68f1526c48087bfe4c384a4a97bcff6e60a63.tar.xz |
community/py3-graphviz: upgrade to 0.12
Diffstat (limited to 'community/py3-graphviz')
-rw-r--r-- | community/py3-graphviz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-graphviz/APKBUILD b/community/py3-graphviz/APKBUILD index 0c9e801f7a..bbd0ff2525 100644 --- a/community/py3-graphviz/APKBUILD +++ b/community/py3-graphviz/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: pkgname=py3-graphviz -pkgver=0.11 +pkgver=0.12 pkgrel=0 pkgdesc="Simple interface for Graphviz" url="https://github.com/xflr6/graphviz" @@ -27,4 +27,4 @@ package() { python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" } -sha512sums="84f08b0e143071d23ba34fa7e4104f91135b01b99e04ac1737b5c2699fe10ba36aa1612ce9647826ea9ebfcb4ab566c59b6eba6ae9722d5207b714067eb4d0ea py3-graphviz-0.11.tar.gz" +sha512sums="e89af0320e26fd85c51461b5636aaa4e18dec2c8f62933a6aafa54c796258ffc08a6886790e03ed37d7d2897dc8683972b414f2be84468072801548450f524c5 py3-graphviz-0.12.tar.gz" |