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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 6 13:50:42 UTC 2016


    Date: Sunday, November 6, 2016 @ 13:50:41
  Author: bpiotrowski
Revision: 279907

Use GPG HTTPS to download sources

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 13:47:59 UTC (rev 279906)
+++ PKGBUILD	2016-11-06 13:50:41 UTC (rev 279907)
@@ -25,10 +25,12 @@
         'etc/nginx/win-utf'
         'etc/logrotate.d/nginx')
 install=nginx.install
-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=('e8f5f4beed041e63eb97f9f4f55f3085'
+         'SKIP'
          '5dd4d09914a4403b9df778ec1d66167c'
          '19a26a61c8afe78defb8b4544f79a9a0')
 



More information about the arch-commits mailing list