abusehelper: Fix branch names, repos moved to git
This commit is contained in:
parent
1559400cde
commit
a289e2a3dd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue