diff options
-rw-r--r-- | perl-cpanel-json-xs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-cpanel-json-xs/PKGBUILD b/perl-cpanel-json-xs/PKGBUILD index d108972ed..f60289192 100644 --- a/perl-cpanel-json-xs/PKGBUILD +++ b/perl-cpanel-json-xs/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname='perl-cpanel-json-xs' -pkgver=4.09 +pkgver=4.10 pkgrel=1 pkgdesc='cPanel fork of JSON::XS, fast and correct serializing' arch=('x86_64' 'i686') @@ -28,7 +28,7 @@ checkdepends=( url='https://metacpan.org/release/Cpanel-JSON-XS' _distdir="Cpanel-JSON-XS-${pkgver}" source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_distdir}.tar.gz") -sha512sums=('9d0771129a473b696bcfd502303a88e8e97f0dc2cf2b97003328edf72182400b8c07a2f5cf120f102c32a04118d4530f3d7da369c9b063554d2cfc0feddbb6aa') +sha512sums=('ffc7804200b904fac34784763c768c552d19cb1b39d556ec5ca19a88eaa53bb0ea929702eabe2f3f49f175253135b55a6e509606eb3f2421925b0266df6b96bb') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |