aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opam.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb
index 15625caf8..4c86f7e65 100644
--- a/Library/Formula/opam.rb
+++ b/Library/Formula/opam.rb
@@ -2,8 +2,8 @@ require 'formula'
class Opam < Formula
homepage 'https://github.com/OCamlPro/opam'
- url 'https://github.com/OCamlPro/opam/tarball/0.7.1'
- sha1 'f55e886f022c965e5f21c3ae49f41762ff9af1b4'
+ url 'https://github.com/OCamlPro/opam/tarball/0.7.2'
+ sha1 '7bf09bed5be8628ea853173bfca2e3b85190de65'
depends_on "objective-caml"
depends_on "wget"