summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2023-10-30 21:54:30 +0100
committerDario Ostuni2023-10-30 21:54:30 +0100
commit1fde47588695e31b3cfb01dcdadbc36da1d5ad8d (patch)
treecf388598e96f5c49913a89ee1a364200ddcd5946 /PKGBUILD
parentd2d1601ba92dd540efa3be423348d6d3de41fe81 (diff)
downloadaur-cgicc.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc0e59b970af..0e044ba14cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
+
pkgname=cgicc
-pkgver=3.2.19
+pkgver=3.2.20
pkgrel=1
pkgdesc="C++ library that simplifies the creation of CGI applications"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -9,7 +10,7 @@ license=('LGPL3')
makedepends=('doxygen')
options=()
source=("https://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz")
-sha256sums=('2a17b976248de03447f9e36d6ce18a80749990d8543e2dfeea09c413eb67f7f0')
+sha256sums=('0f91c5ce8adf406ad35a46152ffb2b9c8d6079604b796d81f48b66d1f068ad4e')
build() {
cd "$pkgname-$pkgver"