From 6a5556491923bd0b2e31406bc88ba86007c53a00 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 7 Apr 2014 16:55:46 -0400 Subject: [PATCH] Update to 1.2.9 --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c2de500..019b054 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libevhtp # The version number for the software -pkgver=1.2.6 +pkgver=1.2.9 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase -pkgrel=3 +pkgrel=1 # The description of the package, should be about 80 characters long (one line) pkgdesc="A more flexible replacement for libevent's httpd API." @@ -38,7 +38,7 @@ provides=() options=('staticlibs') source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip") -sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639') +sha256sums=('9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68') build () { cd "$srcdir/$pkgname-$pkgver"