opam 0.7.1
Closes Homebrew/homebrew#15076. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9242f973c4
commit
99c089cd6c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Opam < Formula
|
||||
homepage 'https://github.com/OCamlPro/opam'
|
||||
url 'https://github.com/OCamlPro/opam/tarball/0.6.0'
|
||||
sha1 '71aa753f37a60debe45a623bc2266a1262e9c305'
|
||||
url 'https://github.com/OCamlPro/opam/tarball/0.7.1'
|
||||
sha1 'f55e886f022c965e5f21c3ae49f41762ff9af1b4'
|
||||
|
||||
depends_on "objective-caml"
|
||||
depends_on "wget"
|
||||
|
|
Loading…
Reference in a new issue