summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-04-13 11:54:41 +0200
committerMassimiliano Torromeo2017-04-13 11:54:41 +0200
commit6430713022190d96a50f89f125d075fa4a0622ed (patch)
treeb681970ad03b64e65502889b3abc2f1dffd2c17d
parentb0d6a37ec76fb9c9643f96d1723fa18aeba66d48 (diff)
downloadaur-6430713022190d96a50f89f125d075fa4a0622ed.tar.gz
Updated for nginx 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e947f1a3b0a..f7cba383280a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 09:27:34 UTC 2017
+# Thu Apr 13 09:54:41 UTC 2017
pkgbase = nginx-mainline-mod-auth_pam
pkgdesc = Nginx mainline module to use PAM for simple http authentication
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sto/ngx_http_auth_pam_module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.11.10.tar.gz
+ source = http://nginx.org/download/nginx-1.12.0.tar.gz
source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1/ngx_http_auth_pam_module-1.5.1.tar.gz
source = ngx_http_auth_pam_module-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
- sha256sums = 778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d
+ sha256sums = b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30
sha256sums = 77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7
sha256sums = 1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af
diff --git a/PKGBUILD b/PKGBUILD
index cff4773fdc74..1dfc68c74a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth_pam
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
_modname=ngx_http_auth_pam_module
-_nginxver=1.11.10
+_nginxver=1.12.0
pkgdesc='Nginx mainline module to use PAM for simple http authentication'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
)
-sha256sums=('778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d'
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')