goproxy: update to 6.0. (#2480)
This commit is contained in:
parent
b67e5b823a
commit
4718657275
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'goproxy'
|
# Template file for 'goproxy'
|
||||||
pkgname=goproxy
|
pkgname=goproxy
|
||||||
version=5.4
|
version=6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/snail007/goproxy"
|
go_import_path="github.com/snail007/goproxy"
|
||||||
|
hostmakedepends="git"
|
||||||
short_desc="High performance HTTP(S), websocket, TCP, UDP, Socks5 proxy server"
|
short_desc="High performance HTTP(S), websocket, TCP, UDP, Socks5 proxy server"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/snail007/goproxy"
|
homepage="https://github.com/snail007/goproxy"
|
||||||
distfiles="https://github.com/snail007/goproxy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/snail007/goproxy/archive/v${version}.tar.gz"
|
||||||
checksum=0c55c730dbb9c29fcc4cdd4e4088fb1e91de3b0c61ca49587610a5326a2051c6
|
checksum=a2c9200cdfbd73b55a1cf0f80fe401a09e5d1488b45edc84ebc95d95783c3115
|
||||||
|
|
Loading…
Reference in a new issue