diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/opam.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb index 55cd449a2..1c3a0c539 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/archive/0.9.6.tar.gz' - sha1 '6361468864c4ea649152594d9471dc5a83de955c' + url 'https://github.com/OCamlPro/opam/archive/1.0.0.tar.gz' + sha1 '5e126f71c7e0caff3b61a751ef09dd66892720ae' head 'https://github.com/OCamlPro/opam.git' |
