Skip to content

Commit

Permalink
ldid: fixed the URL so that cloning could work correctly.
Browse files Browse the repository at this point in the history
This fix is a part of the issue Homebrew#139929. Fixes formula for ldid.
  • Loading branch information
xakep8 committed Sep 9, 2024
1 parent a6b2705 commit 47f4147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/l/ldid.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Ldid < Formula
desc "Lets you manipulate the signature block in a Mach-O binary"
homepage "https://cydia.saurik.com/info/ldid/"
url "https://git.saurik.com/ldid.git",
url "git://git.saurik.com/ldid.git",
tag: "v2.1.5",
revision: "a23f0faadd29ec00a6b7fb2498c3d15af15a7100"
license "AGPL-3.0-or-later"
revision 1
head "https://git.saurik.com/ldid.git", branch: "master"
head "git://git.saurik.com/ldid.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "e3c26343041639b82e88edf54d3af9f579876f800b7aeada94d36c807e441c27"
Expand Down

0 comments on commit 47f4147

Please sign in to comment.