Date: Friday, September 8, 2017 @ 09:55:37 Author: mtorromeo Revision: 256150
Added signature verification for nginx sources Modified: nginx-mod-redis/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-08 09:55:32 UTC (rev 256149) +++ PKGBUILD 2017-09-08 09:55:37 UTC (rev 256150) @@ -15,11 +15,12 @@ license=('CUSTOM') source=( - https://nginx.org/download/nginx-$_nginxver.tar.gz + https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc} https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz ) - +validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdou...@mdounin.ru> sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb' + 'SKIP' '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934') build() {