diff --git a/PKGBUILD b/PKGBUILD index 9941a17..6627138 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libevhtp # The version number for the software -pkgver=1.2.4 +pkgver=1.2.5 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase pkgrel=1 @@ -37,7 +37,7 @@ provides=() options= source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip") -sha256sums=('d4b0f6aec43581f78c66f3b2176b7a40677e1df2a0a7a5da7aca0284b0d94eb0') +sha256sums=('97e8b21331f48fbefd14768b06e65c4fa9c1e3b4609f3aaf3c883d3b71297ff0') build () { cd "$srcdir/$pkgname-$pkgver"