diff options
Diffstat (limited to 'community/libphonenumber/APKBUILD')
-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 e28f2af080..8e3f5506a6 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.12.1 -pkgrel=1 +pkgver=8.12.2 +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() { DESTDIR="$pkgdir" make -C build install } -sha512sums="5803a2d71dbc5b1b39de14231b7ccdcf4067f82feb5854ec8ccc9efa69fdc9a168909a414701e143238199c2939398a408e3c912e075c092e24953f9d13314b5 libphonenumber-v8.12.1.tar.gz" +sha512sums="fb0b02a733e673ff3a8e651f5fc5a15ca6f4fbf0f41c21e42ca36b6bcb899c9fc3d504a10c22f4f5d03c860db3c7f040800aedf1e0886c728976626dd4ff0e16 libphonenumber-v8.12.2.tar.gz" |