diff options
| author | Anil Madhavapeddy | 2013-03-12 22:52:17 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-12 18:26:30 -0700 |
| commit | 95b630db1e7ac142801908aac21ed7c6ff366d9c (patch) | |
| tree | 331dd302ff7fe5cc32b741f964f33dcc6638f0d6 /Library | |
| parent | e7e65cc560adbecfe897c6bffb3323ceb89ffcd2 (diff) | |
| download | homebrew-95b630db1e7ac142801908aac21ed7c6ff366d9c.tar.bz2 | |
opam 0.9.6
Closes #18443.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/opam.rb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb index 90594d139..55cd449a2 100644 --- a/Library/Formula/opam.rb +++ b/Library/Formula/opam.rb @@ -2,20 +2,13 @@ require 'formula' class Opam < Formula homepage 'https://github.com/OCamlPro/opam' - url 'https://github.com/OCamlPro/opam/archive/0.9.5.tar.gz' - sha1 '73afb82f16052badd5c7eea0d24a01029ab21c67' + url 'https://github.com/OCamlPro/opam/archive/0.9.6.tar.gz' + sha1 '6361468864c4ea649152594d9471dc5a83de955c' head 'https://github.com/OCamlPro/opam.git' depends_on "objective-caml" - def patches - [ - # patch to fix symlink issue in #520 - "https://github.com/OCamlPro/opam/commit/db5129d42fd70cb80ee33040d42f0103d9cc51ea.diff" - ] - end - def install system "./configure", "--prefix=#{prefix}" system "make" @@ -35,7 +28,7 @@ class Opam < Formula $ opam init - Run the following to initialize your environmnent variables: + Run the following to initialize your environment variables: $ eval `opam config env` |
