mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
frp: update to 0.16.1.
This commit is contained in:
parent
593ed172e1
commit
cd98479ea4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'frp'
|
# Template file for 'frp'
|
||||||
pkgname=frp
|
pkgname=frp
|
||||||
version=0.16.0
|
version=0.16.1
|
||||||
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"
|
||||||
|
@ -11,7 +11,7 @@ short_desc="Fast reverse proxy"
|
||||||
homepage="https://github.com/fatedier/frp"
|
homepage="https://github.com/fatedier/frp"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
|
||||||
checksum=b1758493baaa0220d830df623e398efc0555b8934217e62a85722e5d2c9d06a2
|
checksum=f4d5a6ab4e0966edcb214c3f609b0514f2ea6f0241248db66fb6ee79057fedbe
|
||||||
|
|
||||||
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