diff options
| author | Lars Gierth | 2016-02-06 03:55:04 +0000 |
|---|---|---|
| committer | Lars Gierth | 2016-02-06 03:59:44 +0000 |
| commit | 2a8338559de5c4b077cde7a83f43f4700a17d5cc (patch) | |
| tree | 580bd4815f52cbb9f1feb1c151941128ae0a559b | |
| parent | d97d2f2990a098b5bd2a14a8ab75ff81913aef6e (diff) | |
| download | routing-2a8338559de5c4b077cde7a83f43f4700a17d5cc.tar.gz | |
cjdns: update source, bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
| -rw-r--r-- | cjdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cjdns/Makefile b/cjdns/Makefile index a022622..a81b491 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -18,11 +18,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cjdns PKG_VERSION:=0.17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://github.com/hyperboria/cjdns.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=1cf53a812a9b19e5ce883c16d40ac183f61d43f6 +PKG_SOURCE_VERSION:=40e87d9419c19063e772e39c7c59a8a8771c5ee8 PKG_LICENSE:=GPL-3.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) |