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

Bruno Pagani archange at archlinux.org
Wed May 27 18:38:51 UTC 2020


    Date: Wednesday, May 27, 2020 @ 18:38:51
  Author: archange
Revision: 635988

upgpkg: restinio 0.6.8-1

Modified:
  restinio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 18:36:08 UTC (rev 635987)
+++ PKGBUILD	2020-05-27 18:38:51 UTC (rev 635988)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=restinio
-pkgver=0.6.7
+pkgver=0.6.8
 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=('19db681549b7fe69161a9f6df794d82dcfac83822ad6b2d40c93bcda331f6590')
+sha256sums=('e070dc7bbbb38f341393a9602ee9505ea06fd3ebb306404d24a074a54b602a90')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver}/dev/ \



More information about the arch-commits mailing list