Update to 1.2.9

This commit is contained in:
Aaron Lindsay 2014-04-07 16:55:46 -04:00
parent cc9ba2e00a
commit 6a55564919

View File

@ -4,10 +4,10 @@
pkgname=libevhtp pkgname=libevhtp
# The version number for the software # 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 #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) # The description of the package, should be about 80 characters long (one line)
pkgdesc="A more flexible replacement for libevent's httpd API." pkgdesc="A more flexible replacement for libevent's httpd API."
@ -38,7 +38,7 @@ provides=()
options=('staticlibs') options=('staticlibs')
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip") source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639') sha256sums=('9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68')
build () { build () {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"