diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:11:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:20:30 -0300 |
commit | fa7c4eead35d6529d18899ca8058ba611093d0ff (patch) | |
tree | 5c3b96cac6af1b1b001798794332c77e67ea0a18 | |
parent | b6c3ffb62f39b162c189149127721a8e9c7a5b0e (diff) | |
download | aports-fa7c4eead35d6529d18899ca8058ba611093d0ff.tar.bz2 aports-fa7c4eead35d6529d18899ca8058ba611093d0ff.tar.xz |
testing/libuninameslist: upgrade to 20190701
-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 ad789de58b..a05acf3555 100644 --- a/testing/libuninameslist/APKBUILD +++ b/testing/libuninameslist/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Ed Robinson <ed@reevoo.com> # Maintainer: Ed Robinson <ed@reevoo.com> pkgname=libuninameslist -pkgver=20190305 +pkgver=20190701 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/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz" +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" @@ -35,4 +35,4 @@ static() { mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } -sha512sums="4dc30a4f0919722c7538ed2eda39c3e63d072ee17c809ca25e0b6546d29110607c27c6e969839439c1432b4b40fca3e888c428ed26d1e0328a5f481a2db3cc73 libuninameslist-dist-20190305.tar.gz" +sha512sums="05cd3cbba195e270e1cb23886d0fa666d47fbe5eb23b89388025683ae7e2380de43ac4137056ec8f386e53fc869218e7417566f29ccfd86f26168bcfe472ee52 libuninameslist-dist-20190701.tar.gz" |