opam 0.7.7
Closes Homebrew/homebrew#15519. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e70c5d49a6
commit
ee0550f3b2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Opam < Formula
|
class Opam < Formula
|
||||||
homepage 'https://github.com/OCamlPro/opam'
|
homepage 'https://github.com/OCamlPro/opam'
|
||||||
url 'https://github.com/OCamlPro/opam/tarball/0.7.6'
|
url 'https://github.com/OCamlPro/opam/tarball/0.7.7'
|
||||||
sha1 '4c8ade111f0f5b77c45e9f043e70c06e3d0b4297'
|
sha1 '8db32a4b0bbfa51e28edc0a390180bcfee790e5e'
|
||||||
|
|
||||||
depends_on "objective-caml"
|
depends_on "objective-caml"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue