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:
parent
2075a9c8d9
commit
7fc9638c08
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Chakra < Formula
|
||||
desc "The core part of the JavaScript engine that powers Microsoft Edge"
|
||||
homepage "https://github.com/Microsoft/ChakraCore"
|
||||
url "https://github.com/Microsoft/ChakraCore/archive/v1.11.13.tar.gz"
|
||||
sha256 "8ea67bfd3a5974b4fb1ff30fd8b9b7ad356dfffa2cad21ceadd9b6027b3d65b7"
|
||||
url "https://github.com/Microsoft/ChakraCore/archive/v1.11.15.tar.gz"
|
||||
sha256 "8a065b653b8170c2295a48cce226708a2c8357c8d468e076b917eecddae1732d"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -14,6 +14,11 @@ class Chakra < Formula
|
|||
depends_on "cmake" => :build
|
||||
depends_on "icu4c"
|
||||
|
||||
patch do
|
||||
url "https://github.com/microsoft/ChakraCore/commit/4874bbcf.diff?full_index=1"
|
||||
sha256 "668d848352a6cbfebccfe4aa3bfa5c4d0a33f90c86e81fc7c4cfbdd57c23524a"
|
||||
end
|
||||
|
||||
def install
|
||||
args = [
|
||||
"--lto-thin",
|
||||
|
|
Loading…
Reference in a new issue