summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsum012021-10-09 23:48:57 -0400
committersum012021-10-09 23:48:57 -0400
commit189465ee8a883b4730f8a98d0cd26662b57af6c8 (patch)
tree0e61d54d2f3d0e07d92801faa0cf3ce7b8137deb /PKGBUILD
parent153b89d85fac3410aefae43c9e95e3cb9aeeae63 (diff)
downloadaur-189465ee8a883b4730f8a98d0cd26662b57af6c8.tar.gz
v0.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1246dac0d8f..cb0110f4737d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=cpp-httplib
-pkgver=0.9.5
+pkgver=0.9.6
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=('d20cd577d16f9d5fc16554d5dfe7b48a7c15da6a2e153e680aeba1cc438e073ae674bc99ee16af77c2c0a29b9a7a5d72657cea03c41798201c286deb281ca773')
+sha512sums=('e5eb1c4c318774cb43dc87ce7c35f4e58e1d06ca16d29de5663a5f01e4832463603ef5962519fff9ce714aba2714bef7b7a80637f9710118b1ff9c8f3f38ef54')
build() {
cd "$srcdir/$pkgname-$pkgver"
# Quiets the "no git tag" warning