diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-07-29 19:55:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-07-29 19:55:12 -0300 |
commit | e3f35f9e00c609179a86acb5a2d14065266306c2 (patch) | |
tree | 86d140f1ca195253d7b999f4d845b9184657c4fc | |
parent | 5424b74e0866fdb5103141b9a57246bcfcdb2db7 (diff) |
community/psautohint: upgrade to 2.3.1
-rw-r--r-- | community/psautohint/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/psautohint/APKBUILD b/community/psautohint/APKBUILD index 3b33f4b2f26..01b5129ee6b 100644 --- a/community/psautohint/APKBUILD +++ b/community/psautohint/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=psautohint -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=0 pkgdesc="standalone version of AFDKO's autohinter" url="https://github.com/adobe-type-tools/psautohint" arch="all !s390x !mips !mips64" # ufo2ft license="Apache-2.0" depends="python3 py3-fonttools py3-lxml py3-statmake py3-ufo2ft py3-setuptools" -makedepends="py3-setuptools py3-setuptools_scm python3-dev" +makedepends="py3-setuptools_scm python3-dev" source="https://github.com/adobe-type-tools/psautohint/releases/download/v$pkgver/psautohint-$pkgver.zip" build() { @@ -24,5 +24,5 @@ package() { } sha512sums=" -4f5b5c852977e2c96995a4ab55cf4fbdb6ea2e5c5abaff7d15d7d6ba7c17bde738e026edde4edcafe18b6b02d187a4ccae2b3cdc9377e7b10aa38c008ac7355a psautohint-2.3.0.zip +0bf7daf38c8425b4f46eb836bd22d3da6c8a2d97811e91738ca8adae193e9204db4bcfda41947d42a3ad2d5ea9bf1b86ca5771585fb0689091ab082c83050cfe psautohint-2.3.1.zip " |