yajl: update to 2.0.2.
This commit is contained in:
parent
e2e5235854
commit
6a9ba2b2e1
|
@ -1,20 +1,19 @@
|
|||
# Template build for 'yajl'.
|
||||
pkgname=yajl
|
||||
version=2.0.1
|
||||
__extraversion=f4b2b1a
|
||||
version=2.0.2
|
||||
__extraversion=5b0e7df
|
||||
homepage="http://lloyd.github.com/yajl/"
|
||||
distfiles="http://mirrors.ircam.fr/pub/OpenBSD/distfiles/lloyd-${pkgname}-${version}.tar.gz"
|
||||
distfiles="https://github.com/lloyd/${pkgname}/tarball/${version}/${pkgname}-${version}.tar.gz"
|
||||
build_style=cmake
|
||||
short_desc="Yet Another JSON Library."
|
||||
short_desc="Yet Another JSON Library"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
checksum=c2d9096ba1ebc9a368347c7c695cfbbc72690571a5f7955ce226eedbea5b4721
|
||||
checksum=4917049b7700e289d38e0ac82f63b7182a5dfc6cf21c5eb9a26d70b6d2e7b68b
|
||||
long_desc="
|
||||
YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
|
||||
small validating JSON generator. YAJL is released under the ISC license."
|
||||
|
||||
wrksrc="lloyd-${pkgname}-${__extraversion}"
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
Add_dependency build coreutils
|
||||
|
|
Loading…
Reference in New Issue