diff options
-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 08b7bc1c29..392f38258a 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.12.11 +pkgver=8.12.12 pkgrel=0 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" cmake --build build --target install } -sha512sums="996be1d3a628c40941629d704a70ca84f79541b7245dcb3dcd45e0ab88e4bc6e3b6ed4e981e381f4a30b7f0766e7f01417ede7318e21bab4e77db6a0c1d608e6 libphonenumber-v8.12.11.tar.gz" +sha512sums="230d8e7e31e1d364c9a5107e5860ac2193bb5a47d0cd93d0619db879613ba12ea3f326c9fbe2daf3029232c6721b6b16a53ecf25fca2d5d4ae2dd60b8ef6a426 libphonenumber-v8.12.12.tar.gz" |