hitch: update to 1.4.3.
This commit is contained in:
parent
7d9eea9436
commit
d7242b8dae
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hitch'
|
||||
pkgname=hitch
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_so_reuseport_works=yes"
|
||||
|
@ -9,13 +9,14 @@ makedepends="libev-devel libressl-devel"
|
|||
short_desc="Libev-based high performance SSL/TLS proxy"
|
||||
maintainer="Jannis Christ <hello@jannis.ovh>"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://hitch-tls.org"
|
||||
homepage="https://hitch-tls.org/"
|
||||
distfiles="https://hitch-tls.org/source/hitch-${version}.tar.gz"
|
||||
checksum=b67576d370b31c7c1eb2756e8e88e501984e46b3aa704ade62084ed8d4c97f7f
|
||||
checksum=ae193d31d8f4ec6214f42793b5108b65fa815482aec70be09b80dd346757dcb8
|
||||
system_accounts="_hitch"
|
||||
|
||||
post_install() {
|
||||
vman hitch.8
|
||||
vman hitch.conf.5
|
||||
vlicense LICENSE
|
||||
vsv hitch
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue