summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsum012020-05-16 11:20:48 -0400
committersum012020-05-16 11:20:48 -0400
commit4e735a662376262ee12e833382d851d32f91e2dc (patch)
tree64b9dd34d1894fa36750b8c28c1a0da957317353 /PKGBUILD
parent231b39743cc71934b52c5b7b373ee7f760ac043e (diff)
downloadaur-4e735a662376262ee12e833382d851d32f91e2dc.tar.gz
v0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1b8275f12cc..a7b6c84d4f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=cpp-httplib
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc='A C++ header-only HTTP/HTTPS server and client library'
arch=('any')
@@ -8,7 +8,7 @@ url='https://github.com/yhirose/cpp-httplib'
license=('MIT')
optdepends=('openssl: https support' 'zlib: compression support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/yhirose/cpp-httplib/archive/v$pkgver.tar.gz")
-sha512sums=('1eb1e2d0431d93747c0af36bce379b4885a9d996c99b1ecc8da7e42adf1d9ac022cf4be3b42d6ed26c1788edae4c4c537827bbc1f63b43d43b3129ad28d56b2d')
+sha512sums=('cbf7fcec0b906a545ffe6c5057292ff8276b5fa25d3a7a5b7b24e7d3f4dcd319aeae5a6e75ef55e7dece86163cc9f16e4cee2f4bca511fd2be241a553b7f6e9f')
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"