network/varnish: Updated for version 6.5.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd677beee9
commit
55430dfbb1
|
@ -4,5 +4,3 @@ HTTP and configure it to cache the contents.
|
|||
|
||||
Varnish is free software licensed under a two-clause BSD licence, also
|
||||
known as the FreeBSD licence. The project was initiated in 2005.
|
||||
|
||||
Homepage: https://www.varnish-cache.org/
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Updated by Emmanuel N. Millan
|
||||
|
||||
PRGNAM=varnish
|
||||
VERSION=${VERSION:-6.5.0}
|
||||
VERSION=${VERSION:-6.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="varnish"
|
||||
VERSION="6.5.0"
|
||||
VERSION="6.5.1"
|
||||
HOMEPAGE="https://www.varnish-cache.org/"
|
||||
DOWNLOAD="https://varnish-cache.org/_downloads/varnish-6.5.0.tgz"
|
||||
MD5SUM="9cf1b50bee82119cc2cf315277534d35"
|
||||
DOWNLOAD="https://varnish-cache.org/_downloads/varnish-6.5.1.tgz"
|
||||
MD5SUM="09304038cb3bb744a7c1742c8de848a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Sphinx"
|
||||
|
|
Loading…
Reference in New Issue