opam 0.9.2

Closes Homebrew/homebrew#17688.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Amir Chaudhry 2013-02-08 13:51:33 +00:00 committed by Adam Vandenberg
parent 3264f76c57
commit fb5c73f939
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Opam < Formula
homepage 'https://github.com/OCamlPro/opam'
url 'https://github.com/OCamlPro/opam/archive/0.9.1.tar.gz'
sha1 '49622e3677ed4514b1c4a4eb59beccc2f0c4960c'
url 'https://github.com/OCamlPro/opam/archive/0.9.2.tar.gz'
sha1 '993ad778101589bbad089e34922d0e60180698a0'
depends_on "objective-caml"