aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Chaudhry2013-03-14 20:39:11 +0000
committerAdam Vandenberg2013-03-14 13:58:11 -0700
commit8dc3851cb4739d321e8cd1cb2fceec1779c80cd5 (patch)
tree408cc4ed3b6b1ebfd465c74f05ccf822f2606111
parent7f66ef1d1a94ac4dcda13c0f9cbd17274cf513e4 (diff)
downloadhomebrew-8dc3851cb4739d321e8cd1cb2fceec1779c80cd5.tar.bz2
opam 1.0.0
Closes #18473. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 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'