summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2017-06-28 13:29:28 +0200
committerDario Ostuni2017-06-28 13:29:28 +0200
commit0255c71723ff6db4ca4ccf1efd119f85c0e96fbb (patch)
tree82a801c475854ee2df0d0c9502fa2c7c8f892fc1 /PKGBUILD
parent65defd1d29b1f946d91e5d77a0d7e0a3da1860e7 (diff)
downloadaur-0255c71723ff6db4ca4ccf1efd119f85c0e96fbb.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"