[arch-commits] Commit in restinio/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon Jul 27 20:27:03 UTC 2020
Date: Monday, July 27, 2020 @ 20:27:03
Author: archange
Revision: 665530
upgpkg: restinio 0.6.8.1-1
Modified:
restinio/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-27 20:26:49 UTC (rev 665529)
+++ PKGBUILD 2020-07-27 20:27:03 UTC (rev 665530)
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=restinio
-pkgver=0.6.8
+pkgver=0.6.8.1
pkgrel=1
pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket server"
arch=(any)
@@ -10,7 +10,7 @@
depends=(asio http-parser fmt)
makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e070dc7bbbb38f341393a9602ee9505ea06fd3ebb306404d24a074a54b602a90')
+sha256sums=('e611e27aa48ebea979bd6079814230e71cd64d4849fd7317acab6c42e20b79f0')
build() {
cmake -B build -S ${pkgname}-${pkgver}/dev/ \
More information about the arch-commits
mailing list