diff options
-rw-r--r-- | perl-cpanel-json-xs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-cpanel-json-xs/PKGBUILD b/perl-cpanel-json-xs/PKGBUILD index 7594174c7..ca2590ba0 100644 --- a/perl-cpanel-json-xs/PKGBUILD +++ b/perl-cpanel-json-xs/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname='perl-cpanel-json-xs' -pkgver=3.0239 -pkgrel='3' +pkgver=4.00 +pkgrel=1 pkgdesc='cPanel fork of JSON::XS, fast and correct serializing' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') @@ -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=('fee7b52f2bb48a4dc6314da4c274bb3456b6af2a0d891c1125425e5a0898e3115ea486a7dc057c25aaf7fc141bfebb5ea4341b17d00373b68a7388eb75f5bdb0') +sha512sums=('88070efa12a44ad9e91469de8d2ffbc2d2bcc6dc06c43d85bc198fb17c420155c73ae7e3ee0126dd0590fdde6a02fc40967767141a932351f7d3647d7712c859') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |