[arch-commits] Commit in restinio/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Mon Nov 22 19:31:14 UTC 2021


    Date: Monday, November 22, 2021 @ 19:31:14
  Author: archange
Revision: 1054344

upgpkg: restinio 0.6.14-1

Modified:
  restinio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-22 19:29:19 UTC (rev 1054343)
+++ PKGBUILD	2021-11-22 19:31:14 UTC (rev 1054344)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=restinio
-pkgver=0.6.13
+pkgver=0.6.14
 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=('b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7')
+sha256sums=('b75bb9a1b843a05968eb696eda41029b76a3833bd056e8fb00cd68853fc97796')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver}/dev/ \



More information about the arch-commits mailing list