summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-08-30 07:39:37 +0200
committerMarcin Wieczorek2019-08-30 07:39:37 +0200
commita25c06d3350b0a2a98ceb5ee13058ad94e188046 (patch)
treebc3d349a5bfd0e1284e9529ffcf43cfcbec1bd55
parent1491fc76daf6cc5a6f3e2b9ce24ef1fd63e6a976 (diff)
downloadaur-a25c06d3350b0a2a98ceb5ee13058ad94e188046.tar.gz
Version 0.9.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a04bd7b46f..0a09521d4585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mod_gnutls
pkgdesc = Apache module for the GnuTLS library
- pkgver = 0.8.3
+ pkgver = 0.9.0
pkgrel = 1
url = https://mod.gnutls.org/
install = mod_gnutls.install
@@ -10,10 +10,11 @@ pkgbase = mod_gnutls
depends = apache
depends = gnutls
optdepends = aprmemcache
- source = http://mod.gnutls.org/downloads/mod_gnutls-0.8.3.tar.bz2
- source = http://mod.gnutls.org/downloads/mod_gnutls-0.8.3.tar.bz2.asc
+ source = http://mod.gnutls.org/downloads/mod_gnutls-0.9.0.tar.bz2
+ source = http://mod.gnutls.org/downloads/mod_gnutls-0.9.0.tar.bz2.asc
validpgpkeys = B471C74C72A7F6EC9FFA46E361459C5287768C53
- sha256sums = 3517dddef04e0cb64c4805799d1b749bb6273f99c3ac33634677210fbe60292b
+ validpgpkeys = E4D3138FE2D9F2FA8152FD91EEA726CE21235A58
+ sha256sums = 6b0d8d8add73012268307719146789b48533cde4a8ca4bbd53c1c9c579d440be
sha256sums = SKIP
pkgname = mod_gnutls
diff --git a/PKGBUILD b/PKGBUILD
index 496c8c24be4c..2ca8e5d5e0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: David Zaragoza <david@zaragoza.com.ve>
pkgname=mod_gnutls
-pkgver=0.8.3
+pkgver=0.9.0
pkgrel=1
pkgdesc="Apache module for the GnuTLS library"
arch=('i686' 'x86_64')
@@ -14,11 +14,13 @@ depends=('apache' 'gnutls')
optdepends=('aprmemcache')
install=${pkgname}.install
source=("http://mod.gnutls.org/downloads/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('3517dddef04e0cb64c4805799d1b749bb6273f99c3ac33634677210fbe60292b'
+sha256sums=('6b0d8d8add73012268307719146789b48533cde4a8ca4bbd53c1c9c579d440be'
'SKIP')
#Thomas Klute <thomas2.klute@uni-dortmund.de>
-validpgpkeys=('B471C74C72A7F6EC9FFA46E361459C5287768C53')
+#Fiona Klute <fiona.klute@gmx.de>
+validpgpkeys=('B471C74C72A7F6EC9FFA46E361459C5287768C53'
+ 'E4D3138FE2D9F2FA8152FD91EEA726CE21235A58')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"