diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 16:09:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 16:09:55 -0300 |
commit | 063e20fa81f0fe87281411c6636b025c1217116b (patch) | |
tree | e56c6463389016daf0883a52610668eea343df36 /community/py3-fonttools | |
parent | ca43098fab1e3c3037498dc98c4e15aa3c6a248b (diff) | |
download | aports-063e20fa81f0fe87281411c6636b025c1217116b.tar.bz2 aports-063e20fa81f0fe87281411c6636b025c1217116b.tar.xz |
community/py3-fonttools: upgrade to 4.4.0
Diffstat (limited to 'community/py3-fonttools')
-rw-r--r-- | community/py3-fonttools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-fonttools/APKBUILD b/community/py3-fonttools/APKBUILD index 75f7d5a0f7..be005be684 100644 --- a/community/py3-fonttools/APKBUILD +++ b/community/py3-fonttools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-fonttools _pkgname=fonttools -pkgver=4.3.0 +pkgver=4.4.0 pkgrel=0 pkgdesc="Converts OpenType and TrueType fonts to and from XML" options="!check" # Require unpackaged 'brotli' @@ -42,4 +42,4 @@ doc() { default_doc } -sha512sums="6e7ac05eafc232ef327e6ccb330468332f9c3a050c6bc9e7a142a859cd486fbb6544546ce26b481fc1f712d55ac97effe5db05d38a345512eae564994c62638e fonttools-4.3.0.tar.gz" +sha512sums="925770af3e8c1d33465531e36b223a85a6167d331ef9dabec67d94dfbe8dd669d22e4cf6cc6c41f2d51db9664d9f476db11692690dd8767682b42cb6307fda49 fonttools-4.4.0.tar.gz" |