zerotier-one: update to 1.2.10
This commit is contained in:
parent
8a92b4f9ab
commit
7b741e4cba
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zerotier'
|
# Template file for 'zerotier'
|
||||||
pkgname=zerotier-one
|
pkgname=zerotier-one
|
||||||
version=1.2.4
|
version=1.2.10
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=ZeroTierOne-${version}
|
wrksrc=ZeroTierOne-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,11 +11,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://www.zerotier.com/"
|
homepage="https://www.zerotier.com/"
|
||||||
distfiles="https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz"
|
distfiles="https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz"
|
||||||
checksum=9f275b3732b721f02cc4b8df75b51e6a8fb56dfe1a542a7bd681538d852b0358
|
checksum=1c79ec57e67764079a77704b336e642ae3cf221dc8088b0cf9e9c81e0a9c0c57
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make all ZT_ENABLE_NETWORK_CONTROLLER=1
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's/sbin/bin/g' make-linux.mk
|
sed -i 's/sbin/bin/g' make-linux.mk
|
||||||
|
|
Loading…
Reference in New Issue