summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-04-10 11:01:06 +0200
committerMarcin Wieczorek2021-04-10 11:01:06 +0200
commit6fc59d444be2f8495673530860deda9d750fb9e1 (patch)
treee5f0fc93407374b4f531e66c452e2cad68f6ec38 /PKGBUILD
parenta25c06d3350b0a2a98ceb5ee13058ad94e188046 (diff)
downloadaur-mod_gnutls.tar.gz
Version 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ca8e5d5e0ad..0f90a79797e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: David Zaragoza <david@zaragoza.com.ve>
pkgname=mod_gnutls
-pkgver=0.9.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="Apache module for the GnuTLS library"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('apache' 'gnutls')
optdepends=('aprmemcache')
install=${pkgname}.install
source=("http://mod.gnutls.org/downloads/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('6b0d8d8add73012268307719146789b48533cde4a8ca4bbd53c1c9c579d440be'
+sha256sums=('559658f56321f05c28760baf54b74e7f92974c6bc7131e3a30ab9812c4d40a3b'
'SKIP')
#Thomas Klute <thomas2.klute@uni-dortmund.de>