mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 16:15:54 +00:00
Merge branch 'main' of github_gromgit:gromgit/homebrew-fuse
This commit is contained in:
commit
589badc1a3
3 changed files with 6 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require_relative "../require/macfuse"
|
||||
|
||||
class AfuseMacMac < Formula
|
||||
class AfuseMac < Formula
|
||||
desc "Automounting file system implemented in userspace with FUSE"
|
||||
homepage "https://github.com/pcarrier/afuse/"
|
||||
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/afuse/afuse-0.4.1.tar.gz"
|
||||
|
|
@ -8,7 +8,7 @@ class AfuseMacMac < Formula
|
|||
license "GPL-2.0-only"
|
||||
|
||||
bottle do
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/afuse-mac-mac-0.4.1"
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/afuse-mac-0.4.1"
|
||||
sha256 cellar: :any, big_sur: "5793a602add435689cfcd384bd1e7627568765c2417a30014525eb0e40e71ef5"
|
||||
sha256 cellar: :any, catalina: "2e3018f85263dffcd6ef7e906453ba274601219461bcda3c79d105465f55a175"
|
||||
sha256 cellar: :any, mojave: "d98cbc816c74cdb8c7423234b9542600cb5aa29581608e98ba34c9cbf4db7b86"
|
||||
|
|
|
|||
|
|
@ -12,9 +12,8 @@ class EncfsMac < Formula
|
|||
|
||||
bottle do
|
||||
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/encfs-mac-1.9.5"
|
||||
sha256 big_sur: "a3ad5e221f05f624c74ff3015164ae6e2bac3a99537b3b0a9d8f0b546130abe7"
|
||||
sha256 catalina: "41efd14389d04bf5d2a0bc957972b15b6e1ff511452c89749ddc68b6bca6e3e7"
|
||||
sha256 mojave: "aaf2aa568786ed055114cf54ee4b46acd66f74a7bc10715b446198164afa1871"
|
||||
sha256 big_sur: "1e40532f256119f88304d5fa3033b8a60e513f3c3531cd3471455a83fcebafa7"
|
||||
sha256 catalina: "ab083e7303625337405e8f384f99d51a5208c54f4cd713dbd99b3bc196da2e90"
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
|
|
|||
|
|
@ -10,9 +10,8 @@ class SshfsMac < Formula
|
|||
|
||||
bottle do
|
||||
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"
|
||||
sha256 cellar: :any, big_sur: "9e021d24580ec55f4ab034dba0e264906d9db5c57036fe83710bc601bc6885c6"
|
||||
sha256 cellar: :any, catalina: "09f254420411218a784c783df760d2c652acd280eecc875d60e41014f80011cc"
|
||||
end
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue