summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Claßen2023-11-10 00:42:58 +0100
committerPhilipp Claßen2023-11-10 00:42:58 +0100
commit64646dd04c644d064a5c541c0f559aa4366de9ca (patch)
tree06bb30c9c1ee918e34c45f93d43b3f08534b5626 /PKGBUILD
parentf704fb880e7a92758eaa6420a0549b18ccd40a39 (diff)
downloadaur-libhttpserver.tar.gz
Bump to 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfd77eae3e03..2ef1df3aecbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
pkgname=libhttpserver
-pkgver=0.18.2
+pkgver=0.19.0
pkgrel=1
pkgdesc="C++ library for creating an embedded Rest HTTP server (and more)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=(libmicrohttpd)
conflicts=(libhttpserver-git)
makedepends=(gcc libtool)
source=("https://github.com/etr/libhttpserver/archive/${pkgver}.tar.gz")
-sha256sums=('1dfe548ac2add77fcb6c05bd00222c55650ffd02b209f4e3f133a6e3eb29c89d')
+sha256sums=('b108769ed68d72c58961c517ab16c3a64e4efdc4c45687723bb45bb9e04c5193')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"