summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsum012020-05-18 14:05:12 -0400
committersum012020-05-18 14:05:12 -0400
commit90760adf1efa91f554cd9addbf6783711edd1ffe (patch)
tree6b2e7d94f9c0cd7f2dd59504a54cba0f0deb77b9 /PKGBUILD
parent4e735a662376262ee12e833382d851d32f91e2dc (diff)
downloadaur-90760adf1efa91f554cd9addbf6783711edd1ffe.tar.gz
v0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7b6c84d4f49..f9de7d3ec455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=cpp-httplib
-pkgver=0.6.2
+pkgver=0.6.3
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=('cbf7fcec0b906a545ffe6c5057292ff8276b5fa25d3a7a5b7b24e7d3f4dcd319aeae5a6e75ef55e7dece86163cc9f16e4cee2f4bca511fd2be241a553b7f6e9f')
+sha512sums=('ae2bf37d72d26ba2f80c1d93592e40e931becc68ec3f257b6b811771f097f09ae5da2bf930c5067b06bd3e2886a33a8a004bfff7bf53240eca687bfcaa1d0c7f')
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"