summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Mogas da Silva2018-07-17 21:25:13 +0100
committerCarlos Mogas da Silva2018-07-17 21:25:13 +0100
commit4b22b05dea563ba698dd7cdafaa36ab997ea9e51 (patch)
treed9483164d05f14486c57da7da2ac7d594f1fe79c /PKGBUILD
parentb78b3e2c5c015f8e264df0d4cd89de0d95c6ad02 (diff)
downloadaur-4b22b05dea563ba698dd7cdafaa36ab997ea9e51.tar.gz
Version bump to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51ef7a13e27f..3fee67ed38ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Carlos Silva <r3pek@r3pek.org>
pkgname=mod_authnz_pam
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Apache module to run PAM authorization on result of other module's authentication; also full Basic Auth PAM provider."
arch=('i686' 'x86_64')
license=('apache-2.0')
url="https://www.adelton.com/apache/mod_authnz_pam/"
depends=('apache'
- 'pam')
+ 'pam')
makedepends=('pkgconfig')
-source=(https://fedorapeople.org/cgit/adelton/public_git/mod_authnz_pam.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('644c25da063ae560cea8e6a7abf61a62a516e9a5')
+source=("https://github.com/adelton/mod_authnz_pam/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2d0056aefc394607bcdaaa53638c09c100ebd10faaab7cfef29553bfd60b8892')
build() {
cd "${pkgname}-${pkgver}"