Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
bokken 1.8
Browse files Browse the repository at this point in the history
Closes #43857.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
dholm authored and tdsmith committed Mar 10, 2016
1 parent 2d8ac36 commit 6135199
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/bokken.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bokken < Formula
desc "GUI for the Pyew and Radare projects"
homepage "https://inguma.eu/projects/bokken"
url "https://inguma.eu/attachments/download/197/bokken-1.6.tar.gz"
sha256 "4770602585b3e77b2977a8a6906c91ae0d64373eae328f42688106224c8bbc12"
homepage "http://bokken.re/"
url "https://inguma.eu/attachments/download/212/bokken-1.8.tar.gz"
sha256 "1c73885147dfcf0a74ba4d3dd897a6aabc11a4a42f95bd1269782d0b2e1a11b9"

bottle do
cellar :any
Expand Down Expand Up @@ -30,6 +30,7 @@ class Bokken < Formula

def install
resource("distorm64").stage do
inreplace "src/pydistorm.h", "python2\.5", "python2.7"
cd "build/mac" do
system "make"
mkdir_p libexec/"distorm64"
Expand Down

6 comments on commit 6135199

@DomT4
Copy link
Member

@DomT4 DomT4 commented on 6135199 Mar 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tdsmith Do we not need an updated bottle here for the version change?

@tdsmith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, didn't realize it had a bottle; didn't want to bottle it because :python but I guess we may as well keep it.

@tdsmith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching!

@DomT4
Copy link
Member

@DomT4 DomT4 commented on 6135199 Mar 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could always tag it bottle :disable because of the :python; would match what we've done with Vim, etc. No worries!

@tdsmith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DomT4
Copy link
Member

@DomT4 DomT4 commented on 6135199 Mar 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

Please sign in to comment.