mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
frp: update to 0.20.0. (#281)
This commit is contained in:
parent
64bf3f6425
commit
bfd7c9ccf4
1 changed files with 5 additions and 6 deletions
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'frp'
|
# Template file for 'frp'
|
||||||
pkgname=frp
|
pkgname=frp
|
||||||
version=0.16.1
|
version=0.20.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/fatedier/frp"
|
go_import_path="github.com/fatedier/frp"
|
||||||
go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
|
go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
|
||||||
conf_files="/etc/frp/*.ini"
|
conf_files="/etc/frp/*.ini"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
|
||||||
short_desc="Fast reverse proxy"
|
short_desc="Fast reverse proxy"
|
||||||
homepage="https://github.com/fatedier/frp"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/fatedier/frp"
|
||||||
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
||||||
checksum=f4d5a6ab4e0966edcb214c3f609b0514f2ea6f0241248db66fb6ee79057fedbe
|
checksum=17219fcdde776c87b79848dcae5aba5beb9ccc2a512d7d2ff811c901611a696e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall conf/frpc_full.ini 644 etc/frp
|
vinstall conf/frpc_full.ini 644 etc/frp
|
||||||
vinstall conf/frps_full.ini 644 etc/frp
|
vinstall conf/frps_full.ini 644 etc/frp
|
||||||
vinstall conf/frpc.ini 644 etc/frp
|
vinstall conf/frpc.ini 644 etc/frp
|
||||||
vinstall conf/frps.ini 644 etc/frp
|
vinstall conf/frps.ini 644 etc/frp
|
||||||
vlicense LICENSE
|
|
||||||
vsv frpc
|
vsv frpc
|
||||||
vsv frps
|
vsv frps
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue