varnish: update to 6.0.1.
This commit is contained in:
parent
03046a3e2e
commit
8e10a04b32
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'varnish'
|
||||
pkgname=varnish
|
||||
version=5.2.1
|
||||
version=6.0.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -11,10 +11,10 @@ conf_files="/etc/varnish/default.vcl"
|
|||
make_dirs="/var/varnish 750 nobody nogroup"
|
||||
short_desc="A fast caching HTTP reverse proxy"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Simplified BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://varnish-cache.org/"
|
||||
distfiles="http://varnish-cache.org/_downloads/${pkgname}-${version}.tgz"
|
||||
checksum=b8452c9d78c16f78c8cfd1c1a1e696523bf64b7721c330150dcc0852459014b3
|
||||
distfiles="https://varnish-cache.org/_downloads/${pkgname}-${version}.tgz"
|
||||
checksum=47f28e4da9d46f0e48fbe6067de734a01786081cda681bf2764f87914339f3b8
|
||||
|
||||
nocross="Cannot run test program when cross compiling (PCRE_JIT)"
|
||||
|
||||
|
@ -27,6 +27,7 @@ esac
|
|||
post_install() {
|
||||
vinstall etc/example.vcl 644 etc/varnish default.vcl
|
||||
vsv varnishd
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libvarnishapi_package() {
|
||||
|
|
1
srcpkgs/varnish/update
Normal file
1
srcpkgs/varnish/update
Normal file
|
@ -0,0 +1 @@
|
|||
site="https://varnish-cache.org/releases/index.html"
|
Loading…
Reference in a new issue