summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12040c0337d3..68fb4792e2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 26 20:09:37 UTC 2017
+# Wed Jun 28 11:29:23 UTC 2017
pkgbase = cgicc
pkgdesc = C++ library that simplifies the creation of CGI applications
- pkgver = 3.2.18
+ pkgver = 3.2.19
pkgrel = 1
url = https://www.gnu.org/software/cgicc/
arch = i686
arch = x86_64
license = LGPL3
makedepends = doxygen
- source = https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.18.tar.gz
- sha256sums = b04853abfc01668bd99479c7af43d685f0ca6dc759bdd00878e85a6106df4948
+ source = https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.19.tar.gz
+ sha256sums = 2a17b976248de03447f9e36d6ce18a80749990d8543e2dfeea09c413eb67f7f0
pkgname = cgicc
diff --git a/PKGBUILD b/PKGBUILD
index 2e99bede6568..a232929dd1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=cgicc
-pkgver=3.2.18
+pkgver=3.2.19
pkgrel=1
pkgdesc="C++ library that simplifies the creation of CGI applications"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('LGPL3')
makedepends=('doxygen')
options=()
source=("https://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz")
-sha256sums=('b04853abfc01668bd99479c7af43d685f0ca6dc759bdd00878e85a6106df4948')
+sha256sums=('2a17b976248de03447f9e36d6ce18a80749990d8543e2dfeea09c413eb67f7f0')
build() {
cd "$pkgname-$pkgver"