diff options
| author | mirabilos | 2013-07-25 14:17:25 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-25 07:31:16 -0700 |
| commit | fa4b9788828c5b901e95ce01d3394b78ba5c1805 (patch) | |
| tree | 7e292fe110cb19a8fe48a7211cd180550b33f0dc /Library | |
| parent | 25929cfd58876027ef13e7a4316b23d3c57f9a20 (diff) | |
| download | homebrew-fa4b9788828c5b901e95ce01d3394b78ba5c1805.tar.bz2 | |
mksh R47
Update mksh to R47 (released yesterday) and skip building the
preformatted manpage (‘-r’ option) since we only install the
manpage source, not the preformatted version
Closes #21432.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mksh.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb index 471c0998d..3272efa5a 100644 --- a/Library/Formula/mksh.rb +++ b/Library/Formula/mksh.rb @@ -2,12 +2,12 @@ require 'formula' class Mksh < Formula homepage 'https://mirbsd.org/mksh.htm' - url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R45.tgz' + url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R47.tgz' version '45.1' - sha256 '90137336a836ad180c6e4f84065b993414aacb2e954afeac506cefb51d432cb8' + sha256 'b7159f09c551d97357b5b8a76829bfd6c668cc93f15faa92d510ad6dc0dab939' def install - system "sh", "./Build.sh", "-c", (ENV.compiler == :clang ? "lto" : "combine") + system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine") bin.install 'mksh' man1.install 'mksh.1' end |
