mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
perl-JSON-XS: update to 3.02.
This commit is contained in:
parent
778e390360
commit
84d681eb18
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'perl-JSON-XS'
|
# Template file for 'perl-JSON-XS'
|
||||||
pkgname=perl-JSON-XS
|
pkgname=perl-JSON-XS
|
||||||
version=3.01
|
version=3.02
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends} perl-common-sense perl-Types-Serialiser"
|
makedepends="${hostmakedepends} perl-common-sense perl-Types-Serialiser
|
||||||
|
perl-Canary-Stability"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
short_desc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
|
short_desc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="http://search.cpan.org/dist/JSON-XS"
|
homepage="http://search.cpan.org/dist/JSON-XS"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic, GPL-1"
|
||||||
distfiles="${CPAN_SITE}/JSON/JSON-XS-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/JSON/JSON-XS-${version}.tar.gz"
|
||||||
checksum=4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab
|
checksum=5f6a5944887d75f1d34440a2d9e69ef12e23f434af23acb143fb0241f40b02be
|
||||||
|
|
Loading…
Add table
Reference in a new issue