Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
arangodb: Update to 1.0.4
Browse files Browse the repository at this point in the history
Also adds 1.1.beta2 as `--devel` option.

Closes #16026.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
fceller authored and Sharpie committed Nov 13, 2012
1 parent c787aa9 commit e2ed2bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Library/Formula/arangodb.rb
Expand Up @@ -2,11 +2,16 @@

class Arangodb < Formula
homepage 'http://www.arangodb.org/'
url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.2'
sha1 'e380e7c95b4a1038708fb9e2f62dc795a35b617d'
url 'https://github.com/triAGENS/ArangoDB/zipball/v1.0.4'
sha1 'c443cd9703055ffde0180c6a8f4dd221f6b081ac'

head "https://github.com/triAGENS/ArangoDB.git"

devel do
url 'https://github.com/triAGENS/ArangoDB/zipball/v1.1.beta2'
sha1 '9cce97cd7fabf1db9612f508c782c7a9b17448a6'
end

depends_on 'libev'
depends_on 'v8'

Expand Down

0 comments on commit e2ed2bd

Please sign in to comment.