diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-18 03:13:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-18 06:58:24 +0000 |
commit | b5d93a6cedc074cd87c5b3c92265705e0eea452f (patch) | |
tree | 1254e8f103f2b83f9aa07e51a8347d1f24785137 | |
parent | 144bd3e2ffc2c6e8bbf92af02c945ae1f0441ac0 (diff) | |
download | aports-b5d93a6cedc074cd87c5b3c92265705e0eea452f.tar.bz2 aports-b5d93a6cedc074cd87c5b3c92265705e0eea452f.tar.xz |
testing/libuninameslist: upgrade to 20200313
-rw-r--r-- | testing/libuninameslist/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libuninameslist/APKBUILD b/testing/libuninameslist/APKBUILD index a05acf3555..a5a84e6758 100644 --- a/testing/libuninameslist/APKBUILD +++ b/testing/libuninameslist/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Ed Robinson <ed@reevoo.com> # Maintainer: Ed Robinson <ed@reevoo.com> pkgname=libuninameslist -pkgver=20190701 +pkgver=20200313 pkgrel=0 pkgdesc="A Library of Unicode names and annotation data" url="https://github.com/fontforge/libuninameslist" arch="all" license="BSD-3-Clause" -source="https://github.com/fontforge/libuninameslist/releases/download/$pkgver/libuninameslist-dist-$pkgver.tar.gz" makedepends="autoconf automake libtool" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" +source="https://github.com/fontforge/libuninameslist/releases/download/$pkgver/libuninameslist-dist-$pkgver.tar.gz" prepare() { default_prepare @@ -35,4 +35,4 @@ static() { mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } -sha512sums="05cd3cbba195e270e1cb23886d0fa666d47fbe5eb23b89388025683ae7e2380de43ac4137056ec8f386e53fc869218e7417566f29ccfd86f26168bcfe472ee52 libuninameslist-dist-20190701.tar.gz" +sha512sums="7f42d839b251859d94cca44d4f8a789aeed0554ce86bbdba38f25da2c2ce0626d95801679a1ce3c9f691ceb4988960c56f1268478e55175d94744a969e1bd6c3 libuninameslist-dist-20200313.tar.gz" |