opam-0.9.3
Closes Homebrew/homebrew#17863. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4bcbdf305b
commit
7dd32d1be2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Opam < Formula
|
||||
homepage 'https://github.com/OCamlPro/opam'
|
||||
url 'https://github.com/OCamlPro/opam/archive/0.9.2.tar.gz'
|
||||
sha1 '993ad778101589bbad089e34922d0e60180698a0'
|
||||
url 'https://github.com/OCamlPro/opam/archive/0.9.3.tar.gz'
|
||||
sha1 '5be3d072ab461c5ef744a8b718e970afd1c684f6'
|
||||
|
||||
head 'https://github.com/OCamlPro/opam.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue