Skip to content

Commit

Permalink
ntfs-3g-mac 2021.8.22 (#18)
Browse files Browse the repository at this point in the history
* ntfs-3g-mac 2021.8.22

Signed-off-by: Yurii Kolesnykov <[email protected]>

* lint gitfs-mac to make CI happy

Signed-off-by: Yurii Kolesnykov <[email protected]>
  • Loading branch information
yurikoles committed Sep 2, 2021
1 parent aa17321 commit 158b5b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Formula/gitfs-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class GitfsMac < Formula
end

depends_on "libgit2"
depends_on "[email protected]"
depends_on MacfuseRequirement
depends_on :macos
depends_on "[email protected]"

uses_from_macos "libffi"

Expand Down
16 changes: 7 additions & 9 deletions Formula/ntfs-3g-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
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
Expand All @@ -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
Expand Down

0 comments on commit 158b5b9

Please sign in to comment.