[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Sep 8 09:54:35 UTC 2017


    Date: Friday, September 8, 2017 @ 09:54:34
  Author: mtorromeo
Revision: 256138

Added signature verification for nginx sources

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-08 09:53:37 UTC (rev 256137)
+++ PKGBUILD	2017-09-08 09:54:34 UTC (rev 256138)
@@ -15,12 +15,13 @@
 license=('BSD')
 
 source=(
-	https://nginx.org/download/nginx-$_nginxver.tar.gz
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
 	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
 	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
 )
-
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+            'SKIP'
             '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
             '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
 



More information about the arch-commits mailing list