Skip to content

Commit

Permalink
chisel 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinkrewinkel committed Feb 22, 2020
1 parent 898bc31 commit 04432f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/chisel.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Chisel < Formula
desc "Collection of LLDB commands to assist debugging iOS apps"
homepage "https://github.com/facebook/chisel"
url "https://github.com/facebook/chisel/archive/1.8.1.tar.gz"
sha256 "2f803ac99c20d2ae86d4485eb3d1be29010c5e3088ccf0a2b19021657022e3fb"
url "https://github.com/facebook/chisel/archive/2.0.0.tar.gz"
sha256 "e2ededa84fbe68904f01ff12f2c9607a87626e33c17ed35989278f15c3543385"
head "https://github.com/facebook/chisel.git"

bottle do
Expand All @@ -15,7 +15,6 @@ class Chisel < Formula

def install
libexec.install Dir["*.py", "commands"]
prefix.install "PATENTS"

# == LD_DYLIB_INSTALL_NAME Explanation ==
# This make invocation calls xcodebuild, which in turn performs ad hoc code
Expand Down

0 comments on commit 04432f6

Please sign in to comment.