[arch-commits] Commit in jansson/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 9 22:02:31 UTC 2016
Date: Sunday, October 9, 2016 @ 22:02:31
Author: kkeen
Revision: 191751
upgpkg: jansson 2.9-1
Modified:
jansson/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 21:09:24 UTC (rev 191750)
+++ PKGBUILD 2016-10-09 22:02:31 UTC (rev 191751)
@@ -3,7 +3,7 @@
# Contributor: Dave Reisner <d at falconindy.com>
pkgname=jansson
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
license=('MIT')
options=('staticlibs')
source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('592e29db0903d3031ea5a4e5a22fe75c')
+md5sums=('4b9d8fe6690ae3f10a227165bc02b696')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list