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