Skip to content

Commit

Permalink
mksh R48
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21896.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mirabilos authored and adamv committed Aug 15, 2013
1 parent f63f473 commit 43fb0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/mksh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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")
Expand Down

0 comments on commit 43fb0ba

Please sign in to comment.