mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
frp: update to 0.58.1.
This commit is contained in:
parent
8eb38bcf26
commit
4d21a4896b
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'frp'
|
# Template file for 'frp'
|
||||||
pkgname=frp
|
pkgname=frp
|
||||||
version=0.37.1
|
version=0.58.1
|
||||||
revision=3
|
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"
|
||||||
|
@ -10,13 +10,13 @@ maintainer="Anachron <gith@cron.world>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/fatedier/frp"
|
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=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
|
checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
|
||||||
|
|
||||||
conf_files="/etc/frp/*.ini"
|
conf_files="/etc/frp/*.toml"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/frp
|
vmkdir etc/frp
|
||||||
vcopy conf/*.ini etc/frp
|
vcopy conf/*.toml etc/frp
|
||||||
vsv frpc
|
vsv frpc
|
||||||
vsv frps
|
vsv frps
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue