From 46dc27a0e32103c242d48a5d9944a183bdab917d Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Mon, 17 Feb 2020 17:09:22 -0800 Subject: [PATCH] varnish: update to 6.3.2. --- srcpkgs/varnish/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/varnish/template b/srcpkgs/varnish/template index d481f43d710..1160bd40afb 100644 --- a/srcpkgs/varnish/template +++ b/srcpkgs/varnish/template @@ -1,17 +1,17 @@ # Template file for 'varnish' pkgname=varnish -version=6.3.1 +version=6.3.2 revision=1 build_style=gnu-configure configure_args="--cache-file=config.void --disable-static $(vopt_enable pcrejit pcre-jit)" hostmakedepends="pkg-config python3 python3-docutils python3-Sphinx" makedepends="pcre-devel readline-devel" short_desc="Fast caching HTTP reverse proxy" -maintainer="Noel Cower " +maintainer="Noel Cower " license="BSD-2-Clause" homepage="https://varnish-cache.org/" distfiles="https://varnish-cache.org/_downloads/${pkgname}-${version}.tgz" -checksum=d1a26c7dad43b842c97e48f1c6422bb0b24c02cd6a74c53a2cf17e64da254175 +checksum=0823744e54a5f0bf7c7871e4c2600e81723bc75e3e42596474a6aa01db87aab8 lib32disabled=yes build_options="pcrejit"