mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
frp: update to 0.22.0.
This commit is contained in:
parent
a5ac656fce
commit
c0b8c75885
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'frp'
|
# Template file for 'frp'
|
||||||
pkgname=frp
|
pkgname=frp
|
||||||
version=0.21.0
|
version=0.22.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"
|
||||||
short_desc="Fast reverse proxy"
|
short_desc="Fast reverse proxy"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
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=905ae8c761809c639c081e3210ab0000418c9ba3c951b26833fd74fbf457de42
|
checksum=f20dde034d3c6a3eaf9a5d1a9c62b47c2ae5d27c59c5549cf3c01d8b7099330d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall conf/frpc_full.ini 644 etc/frp
|
vinstall conf/frpc_full.ini 644 etc/frp
|
||||||
|
|
Loading…
Add table
Reference in a new issue