aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mksh.rb
diff options
context:
space:
mode:
authorRichard Hartmann2013-04-27 10:18:01 +0200
committerAdam Vandenberg2013-04-27 10:20:09 -0700
commit48348bb16f2fd3a8d6e5ba60a84090560d5e76d6 (patch)
tree791ffe452859c9104507c6cfb8e5b8d88a3e7ae3 /Library/Formula/mksh.rb
parent5f28c3838b8c9fc93daaf48d66f8d4e3504f9805 (diff)
downloadhomebrew-48348bb16f2fd3a8d6e5ba60a84090560d5e76d6.tar.bz2
mksh R45
Closes #19468. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mksh.rb')
-rw-r--r--Library/Formula/mksh.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb
index d1ed04fa2..6b4471452 100644
--- a/Library/Formula/mksh.rb
+++ b/Library/Formula/mksh.rb
@@ -9,9 +9,9 @@ end
class Mksh < Formula
homepage 'https://mirbsd.org/mksh.htm'
- url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R43.tgz'
- version '0.43'
- sha256 '65e54a0cd4189b80cf24fdf1b1b959a707522451025cc22f7d3ba451566ffc81'
+ url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R45.tgz'
+ version '45.1'
+ sha256 '90137336a836ad180c6e4f84065b993414aacb2e954afeac506cefb51d432cb8'
def install
system "sh", "./Build.sh", "-c", (ENV.compiler == :clang ? "lto" : "combine")