Skip to content

Commit

Permalink
liboffsetfinder64 162
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Mar 7, 2024
1 parent 403938b commit f9e08ae
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Formula/liboffsetfinder64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Liboffsetfinder64 < Formula
desc "Finds offsets, patches, parses Mach-O and IMG4"
homepage "https://github.com/Cryptiiiic/liboffsetfinder64"
url "https://github.com/Cryptiiiic/liboffsetfinder64.git",
revision: "8d4fe0e495708995dce96445744654c89203f68a"
version "152"
revision: "c424e1307eb077ff9d2e6c006c6e7db5374f32c0"
version "162"
license "LGPL-2.1-or-later"
revision 1
head "https://github.com/Cryptiiiic/liboffsetfinder64.git", branch: "main"
Expand All @@ -29,10 +29,10 @@ class Liboffsetfinder64 < Formula
depends_on "pkg-config" => :build

depends_on "img4tool"
depends_on "libplist"
depends_on "libtihmstar-general"
depends_on "libzip"
depends_on "stek29/idevice/libinsn"
depends_on "stek29/idevice/libplist"

def fix_tihmstar
inreplace %w[configure.ac],
Expand All @@ -44,10 +44,7 @@ def fix_tihmstar
def install
fix_tihmstar

system "./autogen.sh", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "./autogen.sh", *std_configure_args
system "make"
system "make", "install", "PREFIX=#{prefix}"
end
Expand Down

0 comments on commit f9e08ae

Please sign in to comment.