diff options
| author | Misty De Meo | 2014-01-13 13:05:49 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-01-13 13:05:49 -0800 |
| commit | 499e8ae45050b99aa11015e353b9e6d725a4cc41 (patch) | |
| tree | a8c3864cec02adf48f2323a21eb115703cc35549 /Library | |
| parent | 4d477c645649445792753c4373c79febd560c07e (diff) | |
| download | homebrew-499e8ae45050b99aa11015e353b9e6d725a4cc41.tar.bz2 | |
mksh 49
Fixes #25870.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mksh.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb index 12006b941..1e013010d 100644 --- a/Library/Formula/mksh.rb +++ b/Library/Formula/mksh.rb @@ -2,9 +2,8 @@ require 'formula' class Mksh < Formula homepage 'https://mirbsd.org/mksh.htm' - url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R48.tgz' - version '48.1' - sha256 '56f6578073a669e33ced5364e0939ed6ccdb32db054489d4070afbefa36d2c73' + url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R49.tgz' + sha1 '06b9d0162d1f91ff28d3fa66533e67edb168694d' def install system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine") |
