OPAM 1.2.1
Closes Homebrew/homebrew#37906. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e32474cf05
commit
c42b27e84b
1 changed files with 11 additions and 7 deletions
|
@ -2,9 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Opam < Formula
|
class Opam < Formula
|
||||||
homepage 'https://opam.ocaml.org'
|
homepage 'https://opam.ocaml.org'
|
||||||
url 'https://github.com/ocaml/opam/archive/1.2.0.tar.gz'
|
url 'https://github.com/ocaml/opam/archive/1.2.1.tar.gz'
|
||||||
sha1 'b7923516a853afe86e8439afd23c0dae5fa8ad57'
|
sha1 'ec05bb766834c599ea5045eb3b7e92478ddf9dd0'
|
||||||
revision 1
|
|
||||||
|
|
||||||
head 'https://github.com/ocaml/opam.git'
|
head 'https://github.com/ocaml/opam.git'
|
||||||
|
|
||||||
|
@ -52,13 +51,18 @@ class Opam < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "dose3" do
|
resource "dose3" do
|
||||||
url "https://gforge.inria.fr/frs/download.php/file/33677/dose3-3.2.2.tar.gz"
|
url "https://gforge.inria.fr/frs/download.php/file/34277/dose3-3.3.tar.gz"
|
||||||
sha1 "9e679404f46dd0c9af4c6b77d6088b17986741b3"
|
sha1 "889b1d7daf963ab21b2c06e68ea8c3f51b58960d"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "cmdliner" do
|
resource "cmdliner" do
|
||||||
url "http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.4.tbz"
|
url "http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.7.tbz"
|
||||||
sha1 "afa604e527fc3e0753c643a96c354d4a6421321c"
|
sha1 "7eb50ddb16a1e58bf39755117193a53a7613042c"
|
||||||
|
end
|
||||||
|
|
||||||
|
resource "uutf" do
|
||||||
|
url "http://erratique.ch/software/uutf/releases/uutf-0.9.3.tbz"
|
||||||
|
sha1 "9f9ae5a16ff0cd7ffeebf8b4174c5f041739b231"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "jsonm" do
|
resource "jsonm" do
|
||||||
|
|
Loading…
Reference in a new issue