mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 16:15:54 +00:00
more formula renames
This commit is contained in:
parent
d22b36dc85
commit
f77b587b4b
3 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
require_relative "../require/macfuse"
|
require_relative "../require/macfuse"
|
||||||
|
|
||||||
class Ntfs3g < Formula
|
class Ntfs3gMac < Formula
|
||||||
desc "Read-write NTFS driver for FUSE"
|
desc "Read-write NTFS driver for FUSE"
|
||||||
homepage "https://www.tuxera.com/community/open-source-ntfs-3g/"
|
homepage "https://www.tuxera.com/community/open-source-ntfs-3g/"
|
||||||
stable do
|
stable do
|
||||||
|
|
@ -15,7 +15,7 @@ class Ntfs3g < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
bottle do
|
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, big_sur: "aa1b18477a4dd0f7eb6063180ab38de205677a3013690793de2b786b4665bad4"
|
||||||
sha256 cellar: :any, catalina: "315cd4cabeaa6b94ce732ea63f1df0918a3b56d9de3e9a3aabda6f28b5d49dce"
|
sha256 cellar: :any, catalina: "315cd4cabeaa6b94ce732ea63f1df0918a3b56d9de3e9a3aabda6f28b5d49dce"
|
||||||
sha256 cellar: :any, mojave: "c8623dce65c37dc0f46149f7bc593e8c3e0da2f719c889bdaba0f5015ae7b336"
|
sha256 cellar: :any, mojave: "c8623dce65c37dc0f46149f7bc593e8c3e0da2f719c889bdaba0f5015ae7b336"
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
require_relative "../require/macfuse"
|
require_relative "../require/macfuse"
|
||||||
|
|
||||||
class Sshfs < Formula
|
class SshfsMac < Formula
|
||||||
desc "File system client based on SSH File Transfer Protocol"
|
desc "File system client based on SSH File Transfer Protocol"
|
||||||
homepage "https://github.com/libfuse/sshfs"
|
homepage "https://github.com/libfuse/sshfs"
|
||||||
url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-2.10.tar.gz"
|
url "https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-2.10.tar.gz"
|
||||||
|
|
@ -9,7 +9,7 @@ class Sshfs < Formula
|
||||||
revision 1
|
revision 1
|
||||||
|
|
||||||
bottle do
|
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, big_sur: "28ffe0e1b9e3b78d37630fa183678de2a9217b5399ef05add67828f9b2cf71f5"
|
||||||
sha256 cellar: :any, catalina: "2d1e986c38364093529da58fd474c587dc63d8d90b5f889e8881049525ecc955"
|
sha256 cellar: :any, catalina: "2d1e986c38364093529da58fd474c587dc63d8d90b5f889e8881049525ecc955"
|
||||||
sha256 cellar: :any, mojave: "d647dc7757e960cb204a7da9147801eb9d6a449fc3237dfe5d8c7ddfab7af680"
|
sha256 cellar: :any, mojave: "d647dc7757e960cb204a7da9147801eb9d6a449fc3237dfe5d8c7ddfab7af680"
|
||||||
|
|
@ -10,5 +10,7 @@
|
||||||
"encfs": "encfs-mac",
|
"encfs": "encfs-mac",
|
||||||
"ext4fuse": "ext4fuse-mac",
|
"ext4fuse": "ext4fuse-mac",
|
||||||
"fuse-zip": "fuse-zip-mac",
|
"fuse-zip": "fuse-zip-mac",
|
||||||
"gcsfuse": "gcsfuse-mac"
|
"gcsfuse": "gcsfuse-mac",
|
||||||
|
"ntfs-3g": "ntfs-3g-mac",
|
||||||
|
"sshfs": "sshfs-mac"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue