summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21868b19cc8..ceb1a7808af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = mod_authn_otp
pkgdesc = Apache module for one time password authentication
- pkgver = 1.1.9
- pkgrel = 2
+ pkgver = 1.1.10
+ pkgrel = 1
url = https://github.com/archiecobbs/mod-authn-otp
arch = i686
arch = x86_64
license = Apache
makedepends = apache
depends = openssl
- source = https://s3.amazonaws.com/archie-public/mod-authn-otp/mod_authn_otp-1.1.9.tar.gz
- md5sums = 8e2ba07ca2cef76e8de8bae9bb2baf98
+ source = https://s3.amazonaws.com/archie-public/mod-authn-otp/mod_authn_otp-1.1.10.tar.gz
+ sha256sums = 043f305d26f33ef01b43136bce8f7814bdffd4627a36ab147da46b1852c5f3e7
pkgname = mod_authn_otp
-
diff --git a/PKGBUILD b/PKGBUILD
index d863e3eabf11..44c7e3aaf984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christoph Bayer <chrbayer@criby.de>
pkgname=mod_authn_otp
-pkgver=1.1.9
-pkgrel=2
+pkgver=1.1.10
+pkgrel=1
pkgdesc='Apache module for one time password authentication'
arch=('i686' 'x86_64')
url='https://github.com/archiecobbs/mod-authn-otp'
@@ -10,7 +10,7 @@ license=('Apache')
depends=('openssl')
makedepends=('apache')
source=("https://s3.amazonaws.com/archie-public/mod-authn-otp/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8e2ba07ca2cef76e8de8bae9bb2baf98')
+sha256sums=('043f305d26f33ef01b43136bce8f7814bdffd4627a36ab147da46b1852c5f3e7')
package() {
cd $srcdir/${pkgname}-${pkgver}