summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic2019-03-08 13:24:07 +0100
committerDominic2019-03-08 13:24:07 +0100
commitb7a45c21145214f1d0735d3a1a6b79b13d9d9e23 (patch)
tree4c874a188f5b237c730f274fa4322bbdc2a630a3
parent1768e4854858a3a6399fdd0bb4a296f39e03ea49 (diff)
downloadaur-b7a45c21145214f1d0735d3a1a6b79b13d9d9e23.tar.gz
update to 1.7.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f4ba4f162e..25db93ff9495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtwebapp-cmake
pkgdesc = Fork of QtWebApp using CMake as build system. QtWepApp is a HTTP server library in C++, inspired by Java Servlets.
- pkgver = 1.7.3
+ pkgver = 1.7.8
pkgrel = 1
url = https://gitlab.com/msrd0/QtWebApp
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = qtwebapp-cmake
makedepends = git
depends = cmake
depends = qt5-base
- source = qtwebapp::git+https://gitlab.com/msrd0/qtwebapp.git#tag=v1.7.3
+ source = qtwebapp::git+https://gitlab.com/msrd0/qtwebapp.git#tag=v1.7.8
sha512sums = SKIP
pkgname = qtwebapp-cmake
diff --git a/PKGBUILD b/PKGBUILD
index 274cd1c14f1e..e8122195ca7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dominic Meiser dosm dot mail at gmail
pkgname=qtwebapp-cmake
-pkgver=1.7.3
+pkgver=1.7.8
pkgrel=1
pkgdesc="Fork of QtWebApp using CMake as build system. QtWepApp is a HTTP server library in C++, inspired by Java Servlets."
arch=('x86_64' 'armv7h')