From 47f4147c273e0098d11cad54a17309c810618b2b Mon Sep 17 00:00:00 2001 From: Kunal Dubey Date: Mon, 9 Sep 2024 09:00:40 +0530 Subject: [PATCH] ldid: fixed the URL so that cloning could work correctly. This fix is a part of the issue #139929. Fixes formula for ldid. --- Formula/l/ldid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/ldid.rb b/Formula/l/ldid.rb index ced28a5415ac..4d08f85911ab 100644 --- a/Formula/l/ldid.rb +++ b/Formula/l/ldid.rb @@ -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"