diff options
Diffstat (limited to 'www/cowboy/files/patch-rebar.config')
-rw-r--r-- | www/cowboy/files/patch-rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cowboy/files/patch-rebar.config b/www/cowboy/files/patch-rebar.config index 2d81291dc98d..93d28ecd7aed 100644 --- a/www/cowboy/files/patch-rebar.config +++ b/www/cowboy/files/patch-rebar.config @@ -5,6 +5,6 @@ $FreeBSD$ +++ rebar.config @@ -1,3 +1,3 @@ {deps, [ -- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.1"}} +- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}} + {ranch, ".*"} ]}. |