arangodb: fix branch for --HEAD

Closes Homebrew/homebrew#19015.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Frank Celler 2013-04-06 22:05:12 +02:00 committed by Adam Vandenberg
parent 9ca242884f
commit fb427d3184

View file

@ -5,7 +5,7 @@ class Arangodb < Formula
url 'https://github.com/triAGENS/ArangoDB/archive/v1.2.2.tar.gz'
sha1 '1b4390e4ad100c93900651a522a21395d077b0e6'
head "https://github.com/triAGENS/ArangoDB.git"
head "https://github.com/triAGENS/ArangoDB.git", :branch => 'unstable'
devel do
url 'https://github.com/triAGENS/ArangoDB/archive/v1.3.alpha1.tar.gz'