diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/jshon | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/jshon')
-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 6ef9efa50..7180fbea8 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 95722 2013-08-16 00:46:12Z kkeen $ +# $Id: PKGBUILD 100535 2013-11-05 17:02:10Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=jshon -pkgver=20130815 +pkgver=20131105 pkgrel=1 pkgdesc="A json parser for the shell." arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="http://kmkeen.com/jshon/" license=('MIT') depends=('jansson') source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('3ef31b1954ef0838f67bcaf20993dcdd') +md5sums=('84596bcf2d6cde7bbc0fcb4626765b99') build() { cd "$srcdir/$pkgname-$pkgver" |