diction: add 1.11 bottle.
This commit is contained in:
parent
87ad6c6766
commit
f26b9dfbc0
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Diction < Formula
|
||||||
mirror "https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz"
|
mirror "https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz"
|
||||||
sha1 "30c7c778959120d30fa67be9261d41de894f498b"
|
sha1 "30c7c778959120d30fa67be9261d41de894f498b"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
sha1 "5a3520b96c45b01b39c14eb55537780fdbaeb830" => :yosemite
|
||||||
|
sha1 "cc7d45e7d240f0eef22dfcda475ee9daac382c36" => :mavericks
|
||||||
|
sha1 "23b2b3ebafb4434c0097cef9deef057ce1eec850" => :mountain_lion
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue