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

Bruno Pagani archange at archlinux.org
Mon May 11 18:38:15 UTC 2020


    Date: Monday, May 11, 2020 @ 18:38:13
  Author: archange
Revision: 626305

upgpkg: restinio 0.6.7-1

Modified:
  restinio/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list