summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoão Henrique Ferreira de Freitas <[email protected]>2016-06-15 12:55:40 -0300
committerJoão Henrique Ferreira de Freitas <[email protected]>2016-06-17 16:18:30 -0300
commit0f9eedf11f3be3b87d1dd077b279414d42ec7f7a (patch)
tree06ddf0dea52ba8a7b6c4ff789c29bacb7289afed /Makefile
parenta56f819f21dbafdb6ffa41d60a22fb42f4645cd2 (diff)
downloadbullet-0f9eedf11f3be3b87d1dd077b279414d42ec7f7a.tar.gz
bullet-0f9eedf11f3be3b87d1dd077b279414d42ec7f7a.tar.bz2
bullet-0f9eedf11f3be3b87d1dd077b279414d42ec7f7a.zip
Update cowboy dependency to 1.0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c1db67..cfac5c8 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROJECT = bullet
# Dependencies.
DEPS = cowboy
-dep_cowboy = https://github.com/extend/cowboy.git 1.0.1
+dep_cowboy = git git://github.com/ninenines/cowboy.git 1.0.4
# Standard targets.