zerotier-one: update to 1.1.8.

This commit is contained in:
Toyam Cox 2016-07-12 09:28:29 -04:00
parent 38d8937f15
commit a3172565a6

View file

@ -1,6 +1,6 @@
# Template file for 'zerotier'
pkgname=zerotier-one
version=1.1.6
version=1.1.8
revision=1
wrksrc=ZeroTierOne-${version}
build_style=gnu-makefile
@ -11,7 +11,7 @@ maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="GPL-3"
homepage="https://www.zerotier.com/"
distfiles="https://github.com/zerotier/ZeroTierOne/archive/${version}.tar.gz"
checksum=7a265118a94009ed85a9fb05887d977c5665c25d63dee47068ba79acee6d88ae
checksum=dc9ceade4f73d362fb4ac86ae0b68c753823c47da4caf32a1ae18a451e50c672
pre_build() {
sed -i 's:#include <sys/sysctl.h>::' osdep/BSDEthernetTap.cpp \
@ -36,3 +36,4 @@ post_install() {
# Variable has backslashes in do_build. Upstream does it this way, don't know why.
# pre_build() fixes PRed by the-maldridge to upstream. Shouldn't be necessary
# after next release.
# One release later, upstream has not merged or commented on the PR.