summarylogtreecommitdiffstats
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
parentb78b3e2c5c015f8e264df0d4cd89de0d95c6ad02 (diff)
downloadaur-4b22b05dea563ba698dd7cdafaa36ab997ea9e51.tar.gz
Version bump to 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60adbba2bfda..b9d838d754a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mod_authnz_pam
pkgdesc = Apache module to run PAM authorization on result of other module's authentication; also full Basic Auth PAM provider.
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://www.adelton.com/apache/mod_authnz_pam/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = mod_authnz_pam
makedepends = pkgconfig
depends = apache
depends = pam
- source = https://fedorapeople.org/cgit/adelton/public_git/mod_authnz_pam.git/snapshot/mod_authnz_pam-1.1.0.tar.xz
- sha1sums = 644c25da063ae560cea8e6a7abf61a62a516e9a5
+ source = https://github.com/adelton/mod_authnz_pam/archive/mod_authnz_pam-1.2.0.tar.gz
+ sha256sums = 2d0056aefc394607bcdaaa53638c09c100ebd10faaab7cfef29553bfd60b8892
pkgname = mod_authnz_pam
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}"