1
0
Fork 0

Update to 1.2.6

This commit is contained in:
Aaron Lindsay 2013-10-13 21:21:37 -04:00
parent a10c9c9e46
commit 768d2a09cf
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
pkgname=libevhtp
# The version number for the software
pkgver=1.2.5
pkgver=1.2.6
#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."
@ -37,7 +37,7 @@ provides=()
options=
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
sha256sums=('97e8b21331f48fbefd14768b06e65c4fa9c1e3b4609f3aaf3c883d3b71297ff0')
sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639')
build () {
cd "$srcdir/$pkgname-$pkgver"