mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
ntfs-3g-mac 2021.8.22 (#18)
* ntfs-3g-mac 2021.8.22 Signed-off-by: Yurii Kolesnykov <root@yurikoles.com> * lint gitfs-mac to make CI happy Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
This commit is contained in:
parent
aa173214f1
commit
158b5b9585
2 changed files with 8 additions and 10 deletions
|
|
@ -18,9 +18,9 @@ class GitfsMac < Formula
|
|||
end
|
||||
|
||||
depends_on "libgit2"
|
||||
depends_on "python@3.9"
|
||||
depends_on MacfuseRequirement
|
||||
depends_on :macos
|
||||
depends_on "python@3.9"
|
||||
|
||||
uses_from_macos "libffi"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,15 +3,13 @@ require_relative "../require/macfuse"
|
|||
class Ntfs3gMac < Formula
|
||||
desc "Read-write NTFS driver for FUSE"
|
||||
homepage "https://www.tuxera.com/community/open-source-ntfs-3g/"
|
||||
stable do
|
||||
url "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz"
|
||||
sha256 "3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5"
|
||||
url "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2021.8.22.tgz"
|
||||
sha256 "55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb"
|
||||
license all_of: ["GPL-2.0-or-later", "LGPL-2.0-or-later"]
|
||||
|
||||
# Fails to build on Xcode 9+. Fixed upstream in a0bc659c7ff0205cfa2b2fc3429ee4d944e1bcc3
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/3933b61bbae505fa95a24f8d7681a9c5fa26dbc2/ntfs-3g/lowntfs-3g.c.patch"
|
||||
sha256 "749653cfdfe128b9499f02625e893c710e2167eb93e7b117e33cfa468659f697"
|
||||
end
|
||||
livecheck do
|
||||
url :head
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
|
@ -22,7 +20,7 @@ class Ntfs3gMac < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git", branch: "edge"
|
||||
url "https://github.com/tuxera/ntfs-3g.git", branch: "edge"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue