camlp4 4.02.1+2
Closes Homebrew/homebrew#36251. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
ccb5107ff8
commit
71baf042c9
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
require "formula"
|
||||
|
||||
class Camlp4 < Formula
|
||||
homepage "https://github.com/ocaml/camlp4"
|
||||
url "https://github.com/ocaml/camlp4/archive/4.02.1+1.tar.gz"
|
||||
sha1 "7d0f879517887299167f1c3eefa8f4d266d69183"
|
||||
version "4.02.1+1"
|
||||
url "https://github.com/ocaml/camlp4/archive/4.02.1+2.tar.gz"
|
||||
sha1 "ad43587c2bdc46d5d0f028857f5ce90bc9ce7ab5"
|
||||
version "4.02.1+2"
|
||||
head "https://github.com/ocaml/camlp4.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue