diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-02 16:21:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-01-02 16:21:23 +0000 |
commit | f913e834c9d6cbb0895fdbf5859ac0311afc04eb (patch) | |
tree | aea65bf02bf650c6d73835660bfc4484a2f11828 /community/libphonenumber | |
parent | a1ecfe2bce21c5905866578b600dc27184245e88 (diff) | |
download | aports-f913e834c9d6cbb0895fdbf5859ac0311afc04eb.tar.bz2 aports-f913e834c9d6cbb0895fdbf5859ac0311afc04eb.tar.xz |
community/libphonenumber: upgrade to 8.11.1
Diffstat (limited to 'community/libphonenumber')
-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 6aed0db6d1..895465a58b 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.10.21 -pkgrel=4 +pkgver=8.11.1 +pkgrel=0 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="791c3dd2f4ce2abecafac1ca2b61708152c6b51f3a417084e0163322980e83297f75e48fa71f6fa2f6fcd20fdaa233bd1f99a2ce499aec56a785cbd1fedc2662 libphonenumber-8.10.21.tar.gz" +sha512sums="af34e2c9a3230ed4f5010ee56d3ebb1fba3beb695299d652a77fa7811f70903c6f5b1e3ae8c56820fd83c3b84513bdaf7f78a0069a023739d3d53bf2ac55ac1e libphonenumber-8.11.1.tar.gz" |