ifuse-mac: fix homepage (#74)

This commit is contained in:
Eric Knibbe 2025-02-10 11:01:18 -05:00 committed by GitHub
parent bd2e2bda48
commit 68c157b725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ require_relative "../require/macfuse"
class IfuseMac < Formula class IfuseMac < Formula
desc "FUSE module for iOS devices" desc "FUSE module for iOS devices"
homepage "https://www.libimobiledevice.org/" homepage "https://libimobiledevice.org/"
url "https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz" url "https://github.com/libimobiledevice/ifuse/archive/refs/tags/1.1.4.tar.gz"
sha256 "2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c" sha256 "2a00769e8f1d8bad50898b9d00baf12c8ae1cda2d19ff49eaa9bf580e5dbe78c"
license "LGPL-2.1-or-later" license "LGPL-2.1-or-later"