diff options
Diffstat (limited to 'community/jshon/PKGBUILD')
-rw-r--r-- | community/jshon/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 43aeae5ca..e86a65456 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 57971 2011-11-05 09:47:31Z kkeen $ +# $Id: PKGBUILD 61131 2011-12-22 05:37:54Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=jshon -pkgver=20111105 +pkgver=20111222 pkgrel=1 pkgdesc="A json parser for the shell." arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('jansson') makedepends=() optdepends=() source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('5d4c6d40ef4497473445931e777e280b') +md5sums=('bcc8b8b6e8c09af7d053471a473ef6e8') build() { cd "$srcdir/$pkgname" |