diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 14:40:28 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 14:41:16 +0200 |
commit | 123625b026918a139b7dc7d4cd6127d2e9d70515 (patch) | |
tree | 9d5e0076376d73413a91748ca8999ed975675a9a /community/utf8proc/APKBUILD | |
parent | 0dab18db737e898e60c48e66fe46e01ff86b4206 (diff) | |
download | aports-123625b026918a139b7dc7d4cd6127d2e9d70515.tar.bz2 aports-123625b026918a139b7dc7d4cd6127d2e9d70515.tar.xz |
community/utf8proc: upgrade to 2.1.1
Diffstat (limited to 'community/utf8proc/APKBUILD')
-rw-r--r-- | community/utf8proc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/utf8proc/APKBUILD b/community/utf8proc/APKBUILD index c2ab9fa816..56f279bc06 100644 --- a/community/utf8proc/APKBUILD +++ b/community/utf8proc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=utf8proc -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=0 pkgdesc="A clean C library for processing UTF-8 Unicode data" url="https://github.com/JuliaLang/utf8proc" @@ -31,5 +31,5 @@ package() { install -D $pkgname.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc } -sha512sums="72b7f377fa6a62018d3eeab8723a27e25db3d1f794ae0bf21fff62ec1a7439bec52e7c93d2a00c218de6ff518097fb4a7a87c56e61ba8c98e689aa8f7171c812 utf8proc-2.1.0.tar.gz +sha512sums="66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8 utf8proc-2.1.1.tar.gz 95e6fe681b9bd35414c2e1b1948ab9eb37274cfbd9e7b970bc7685eb7e03155bd08781b48f3084a2c81440a54f12d4130ed19e06fe4fcc0f1e45d99f225636d7 utf8proc.pc" |