aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mksh.rb
diff options
context:
space:
mode:
authormirabilos2014-09-10 15:42:44 +0200
committerMike McQuaid2014-09-10 15:27:36 +0100
commit154735905e90e23f3bdb9abed33f353a11047efd (patch)
treeaa7846269a4572fc06b095b977cbfad36a589864 /Library/Formula/mksh.rb
parent1a87f07404c79d82dffec30a706a12f1c080de0f (diff)
downloadhomebrew-154735905e90e23f3bdb9abed33f353a11047efd.tar.bz2
mksh R50b
Diffstat (limited to 'Library/Formula/mksh.rb')
-rw-r--r--Library/Formula/mksh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb
index a49033477..2d7cd05d0 100644
--- a/Library/Formula/mksh.rb
+++ b/Library/Formula/mksh.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mksh < Formula
homepage 'https://mirbsd.org/mksh.htm'
- url 'http://mirbsd.org/MirOS/dist/mir/mksh/mksh-R49.tgz'
- sha1 '06b9d0162d1f91ff28d3fa66533e67edb168694d'
+ url 'http://mirbsd.org/MirOS/dist/mir/mksh/mksh-R50b.tgz'
+ sha1 '5554d18126eb861caa71891d6a135014b9aabb99'
def install
system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine")