frp: update to 0.58.1.
This commit is contained in:
parent
8eb38bcf26
commit
4d21a4896b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'frp'
|
||||
pkgname=frp
|
||||
version=0.37.1
|
||||
revision=3
|
||||
version=0.58.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/fatedier/frp
|
||||
go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
|
||||
|
@ -10,13 +10,13 @@ maintainer="Anachron <gith@cron.world>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/fatedier/frp"
|
||||
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
||||
checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
|
||||
checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
|
||||
|
||||
conf_files="/etc/frp/*.ini"
|
||||
conf_files="/etc/frp/*.toml"
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/frp
|
||||
vcopy conf/*.ini etc/frp
|
||||
vcopy conf/*.toml etc/frp
|
||||
vsv frpc
|
||||
vsv frps
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue