summaryrefslogtreecommitdiff
path: root/community/jansson
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-07 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-07 23:14:36 +0000
commit8a8ac56bbf82685c43072923560881e6b119ec66 (patch)
treea83c44158166a5ad2cc5bfcaf1199ca7ba3652cc /community/jansson
parent5442e9b8f357932ed5d6cb46e90fcbf6f453469f (diff)
Fri Oct 7 23:14:36 UTC 2011
Diffstat (limited to 'community/jansson')
-rw-r--r--community/jansson/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index 975b3d6d5..00981bb6f 100644
--- a/community/jansson/PKGBUILD
+++ b/community/jansson/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55139 2011-09-04 02:28:01Z kkeen $
+# $Id: PKGBUILD 56380 2011-10-07 02:59:03Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=jansson
-pkgver=2.2
+pkgver=2.2.1
pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.digip.org/jansson/'
license=('MIT')
options=('!libtool')
source=("$url/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('0e91c6867f49dbc3ef0bbf21d26812ee')
+md5sums=('074373f2d101c52d70659be86647e7a1')
build() {
cd "$srcdir/$pkgname-$pkgver"