Skip to content

Commit

Permalink
Update cjdns to v20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Dec 12, 2018
1 parent 4851500 commit 33297ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/debian-packages/cjdns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#

PACKAGE_NAME = cjdns
VERSION = 20.0
DEBIAN_REVISION = 1
MAINTAINER = Benedict Lau <[email protected]>
VERSION = 20.2
DEBIAN_REVISION = 2
MAINTAINER = Benedict Lau <[email protected]>
SOURCE_URL = https://github.com/cjdelisle/cjdns

TAG = cjdns-v20
TAG = cjdns-v20.2
ARCHS = amd64 armhf
BUILD_DIR = /tmp/$(PACKAGE_NAME)
OUTPUT_DIR = /vagrant/output/debian-packages
Expand Down Expand Up @@ -63,7 +63,7 @@ build_bin_armhf: download_source
cp cjdroute $(BUILD_DIR)/bin/armhf/

download_source: mkdir_build
git clone https://github.com/cjdelisle/cjdns.git -b $(TAG) $(BUILD_DIR)/src
git clone $(SOURCE_URL).git -b $(TAG) $(BUILD_DIR)/src

mkdir_build:
sudo rm -rf $(BUILD_DIR)
Expand Down

0 comments on commit 33297ab

Please sign in to comment.