diff --git a/abusehelper/Makefile b/abusehelper/Makefile index fa455bc..f496582 100644 --- a/abusehelper/Makefile +++ b/abusehelper/Makefile @@ -1,9 +1,10 @@ include $(CURDIR)/../Makefile.inc -AHBRANCH = default +AHBRANCH = master AHSOURCE = https://bitbucket.org/clarifiednetworks/abusehelper/get/$(AHBRANCH).tar.gz AHTARGET = abusehelper-$(AHBRANCH)-$(TIMESTAMP).tar.gz -IKBRANCH = default + +IKBRANCH = master IKSOURCE = https://bitbucket.org/clarifiednetworks/idiokit/get/$(IKBRANCH).tar.gz IKTARGET = idiokit-$(IKBRANCH)-$(TIMESTAMP).tar.gz