chakra 1.11.15

Update chakra.rb

Update chakra.rb

Closes #45033.

Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
Rui Chen 2019-10-08 18:34:32 -04:00 committed by Rui Chen
parent 2075a9c8d9
commit 7fc9638c08

View file

@ -1,8 +1,8 @@
class Chakra < Formula class Chakra < Formula
desc "The core part of the JavaScript engine that powers Microsoft Edge" desc "The core part of the JavaScript engine that powers Microsoft Edge"
homepage "https://github.com/Microsoft/ChakraCore" homepage "https://github.com/Microsoft/ChakraCore"
url "https://github.com/Microsoft/ChakraCore/archive/v1.11.13.tar.gz" url "https://github.com/Microsoft/ChakraCore/archive/v1.11.15.tar.gz"
sha256 "8ea67bfd3a5974b4fb1ff30fd8b9b7ad356dfffa2cad21ceadd9b6027b3d65b7" sha256 "8a065b653b8170c2295a48cce226708a2c8357c8d468e076b917eecddae1732d"
bottle do bottle do
cellar :any cellar :any
@ -14,6 +14,11 @@ class Chakra < Formula
depends_on "cmake" => :build depends_on "cmake" => :build
depends_on "icu4c" depends_on "icu4c"
patch do
url "https://github.com/microsoft/ChakraCore/commit/4874bbcf.diff?full_index=1"
sha256 "668d848352a6cbfebccfe4aa3bfa5c4d0a33f90c86e81fc7c4cfbdd57c23524a"
end
def install def install
args = [ args = [
"--lto-thin", "--lto-thin",