Skip to content

Commit

Permalink
tsschecker 431
Browse files Browse the repository at this point in the history
  • Loading branch information
stek29 committed Mar 7, 2024
1 parent f9e08ae commit eaac20a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Formula/tsschecker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Tsschecker < Formula
desc "Tool to check TSS signing status of various devices"
homepage "https://github.com/1Conan/tsschecker"
url "https://github.com/1Conan/tsschecker.git",
revision: "ba70a6ad0c818b67028276c430ef221591692d2a"
version "382"
revision: "75f5c11420946c9d2b6ce3bacb35f0b7beddc84a"
version "431"
license "LGPL-3.0-or-later"
head "https://github.com/1Conan/tsschecker.git", branch: "master"

Expand All @@ -28,7 +28,7 @@ class Tsschecker < Formula

depends_on "libfragmentzip"
depends_on "stek29/idevice/libirecovery"
depends_on "stek29/idevice/libplist"
depends_on "libplist"

Check failure on line 31 in Formula/tsschecker.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/DependencyOrder: dependency "libplist" (line 31) should be put before dependency "stek29/idevice/libirecovery" (line 30)

def fix_tihmstar
inreplace %w[configure.ac],
Expand All @@ -40,10 +40,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

Check failure on line 43 in Formula/tsschecker.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/ExtraSpacing: Unnecessary spacing detected.
system "make"

# we dont need libjssy
Expand Down

0 comments on commit eaac20a

Please sign in to comment.