commit
8b76a63e63
1 changed files with 4 additions and 4 deletions
|
@ -17,12 +17,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cjdns
|
PKG_NAME:=cjdns
|
||||||
PKG_VERSION:=0.16
|
PKG_VERSION:=0.17
|
||||||
PKG_RELEASE:=16
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://github.com/hyperboria/cjdns.git
|
PKG_SOURCE_URL:=https://github.com/hyperboria/cjdns.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=b2484c8c1a695a103db9e75b7b4445252ff053d6
|
PKG_SOURCE_VERSION:=1cf53a812a9b19e5ce883c16d40ac183f61d43f6
|
||||||
PKG_LICENSE:=GPL-3.0
|
PKG_LICENSE:=GPL-3.0
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
||||||
|
@ -38,7 +38,7 @@ define Package/cjdns
|
||||||
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
||||||
URL:=https://github.com/hyperboria/cjdns
|
URL:=https://github.com/hyperboria/cjdns
|
||||||
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
||||||
DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \
|
DEPENDS:=@IPV6 +kmod-tun +libnl-tiny +libpthread +librt \
|
||||||
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
|
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue