diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-20 07:25:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-20 11:32:55 +0000 |
commit | 462a02756bf2ea557bf1a4b70fa05bbe90427b9c (patch) | |
tree | f22d752942f45aacba72a1db5d24358bf78f726f | |
parent | 37a8261ec362cd3bd277d6ef46326ed6562bf1be (diff) | |
download | aports-462a02756bf2ea557bf1a4b70fa05bbe90427b9c.tar.bz2 aports-462a02756bf2ea557bf1a4b70fa05bbe90427b9c.tar.xz |
community/libphonenumber: upgrade to 8.12.0
-rw-r--r-- | community/libphonenumber/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index 127e936ba8..bc93012693 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bhushan Shah <bshah@kde.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber -pkgver=8.11.4 -pkgrel=3 +pkgver=8.12.0 +pkgrel=0 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" @@ -30,4 +30,4 @@ package() { make -C build DESTDIR="$pkgdir" install } -sha512sums="6ef958db4b9470a3bfc8cc7169213ef0a7e90247f3e1911e179602810b2a8f8c227422c4f624aa5eb32497712fae878f1cfc053b9189cdc2d4102aa73c6dcfd1 libphonenumber-8.11.4.tar.gz" +sha512sums="629d68998aee0c32074f6f6e4bbeca29430e543b7c3be6bf0ab8fc6df5a6ab4eb85c406b3fef4afa395157d41a47fc46963a4c018258e32698b3266419c68265 libphonenumber-8.12.0.tar.gz" |