Skip to content

Commit

Permalink
more formula renames
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Apr 27, 2021
1 parent d22b36d commit f77b587
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Formula/ntfs-3g.rb → Formula/ntfs-3g-mac.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative "../require/macfuse"

class Ntfs3g < Formula
class Ntfs3gMac < Formula
desc "Read-write NTFS driver for FUSE"
homepage "https://www.tuxera.com/community/open-source-ntfs-3g/"
stable do
Expand All @@ -15,7 +15,7 @@ class Ntfs3g < Formula
end

bottle do
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/ntfs-3g-2017.3.23"
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/ntfs-3g-mac-2017.3.23"
sha256 cellar: :any, big_sur: "aa1b18477a4dd0f7eb6063180ab38de205677a3013690793de2b786b4665bad4"
sha256 cellar: :any, catalina: "315cd4cabeaa6b94ce732ea63f1df0918a3b56d9de3e9a3aabda6f28b5d49dce"
sha256 cellar: :any, mojave: "c8623dce65c37dc0f46149f7bc593e8c3e0da2f719c889bdaba0f5015ae7b336"
Expand Down
4 changes: 2 additions & 2 deletions Formula/sshfs.rb → Formula/sshfs-mac.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative "../require/macfuse"

class Sshfs < Formula
class SshfsMac < Formula
desc "File system client based on SSH File Transfer Protocol"
homepage "https://github.com/libfuse/sshfs"
url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-2.10.tar.gz"
Expand All @@ -9,7 +9,7 @@ class Sshfs < Formula
revision 1

bottle do
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/sshfs-2.10"
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/sshfs-mac-2.10"
sha256 cellar: :any, big_sur: "28ffe0e1b9e3b78d37630fa183678de2a9217b5399ef05add67828f9b2cf71f5"
sha256 cellar: :any, catalina: "2d1e986c38364093529da58fd474c587dc63d8d90b5f889e8881049525ecc955"
sha256 cellar: :any, mojave: "d647dc7757e960cb204a7da9147801eb9d6a449fc3237dfe5d8c7ddfab7af680"
Expand Down
4 changes: 3 additions & 1 deletion formula_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"encfs": "encfs-mac",
"ext4fuse": "ext4fuse-mac",
"fuse-zip": "fuse-zip-mac",
"gcsfuse": "gcsfuse-mac"
"gcsfuse": "gcsfuse-mac",
"ntfs-3g": "ntfs-3g-mac",
"sshfs": "sshfs-mac"
}

0 comments on commit f77b587

Please sign in to comment.