diff options
Diffstat (limited to 'Library/Formula')
| -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 3272efa5a..12006b941 100644 --- a/Library/Formula/mksh.rb +++ b/Library/Formula/mksh.rb @@ -2,9 +2,9 @@ require 'formula' class Mksh < Formula homepage 'https://mirbsd.org/mksh.htm' - url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R47.tgz' - version '45.1' - sha256 'b7159f09c551d97357b5b8a76829bfd6c668cc93f15faa92d510ad6dc0dab939' + url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R48.tgz' + version '48.1' + sha256 '56f6578073a669e33ced5364e0939ed6ccdb32db054489d4070afbefa36d2c73' def install system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine") |
