diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 13:22:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 13:32:12 -0300 |
commit | 6373a2409642767883b3950ac36fb96f379591d6 (patch) | |
tree | 85fd80880f4126ad0f7c3402426d16fad96aa5a3 /community/libphonenumber | |
parent | 3fc5e90352569d4fc9ee619601ebb30c052d2886 (diff) | |
download | aports-6373a2409642767883b3950ac36fb96f379591d6.tar.bz2 aports-6373a2409642767883b3950ac36fb96f379591d6.tar.xz |
community/libphonenumber: upgrade to 8.11.4
Diffstat (limited to 'community/libphonenumber')
-rw-r--r-- | community/libphonenumber/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index 57f4a7156d..91e80936b6 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bhushan Shah <bshah@kde.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber -pkgver=8.11.3 +pkgver=8.11.4 pkgrel=0 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="1d7197c04f1cca9545b26796b8a4557da10aa5384e921fb81a21759770831a2bc37294c0ef15f95d19545a5bfa099324bce1954ba97d5b742d30cdcc69759960 libphonenumber-8.11.3.tar.gz" +sha512sums="6ef958db4b9470a3bfc8cc7169213ef0a7e90247f3e1911e179602810b2a8f8c227422c4f624aa5eb32497712fae878f1cfc053b9189cdc2d4102aa73c6dcfd1 libphonenumber-8.11.4.tar.gz" |