summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsum012021-07-23 23:37:13 -0400
committersum012021-07-23 23:37:13 -0400
commitf7c38def1db0d898b6620e3a7f972d7f7014fda1 (patch)
treead2e9af14b6e32d843b86ce082ac1c73ae75b991 /PKGBUILD
parent991038d3a33e2e94819f01a029f18dad5f8878c2 (diff)
downloadaur-f7c38def1db0d898b6620e3a7f972d7f7014fda1.tar.gz
v0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59615f5c31cc..742f2d2c19a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=cpp-httplib
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc='A C++ header-only HTTP/HTTPS server and client library'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('cmake>=3.14')
optdepends=('openssl>=1.1.1: HTTPS support' 'zlib: compression support' 'brotli: Brotli decompression support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v$pkgver.tar.gz")
-sha512sums=('164812075ad516a0a0ad587d7a479e0272fc5eecdbbf4522532dc3039a5282cc120b5b7d75eea3764d21acf203dc1bfccfb9e4f1dfe2515ca4ced546735c28fc')
+sha512sums=('3430e3d311c81c4841c176a7c8e8ba0d1546b30e0affbfe350844bfc6128e88e9dbd0dd1e7c59cc00b5e98f82b1cbd6abaa051c6400777fa447c7ca929f41183')
build() {
cd "$srcdir/$pkgname-$pkgver"
# Quiets the "no git tag" warning