[arch-commits] Commit in nginx-mainline/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Nov 6 13:51:30 UTC 2016
Date: Sunday, November 6, 2016 @ 13:51:29
Author: bpiotrowski
Revision: 279909
Use GPG HTTPS to download sources
Modified:
nginx-mainline/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-06 13:50:48 UTC (rev 279908)
+++ PKGBUILD 2016-11-06 13:51:29 UTC (rev 279909)
@@ -25,10 +25,12 @@
install=nginx.install
provides=('nginx')
conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
service
logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin at mdounin.ru>
md5sums=('db43f2b19746f6f47401c3afc3924dc6'
+ 'SKIP'
'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
'3441ce77cdd1aab6f0ab7e212698a8a7')
More information about the arch-commits
mailing list