mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
bindfs-mac 1.18.3
This commit is contained in:
parent
12eb9c1456
commit
6857e254e5
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ require_relative "../require/macfuse"
|
||||||
class BindfsMac < Formula
|
class BindfsMac < Formula
|
||||||
desc "FUSE file system for mounting to another location"
|
desc "FUSE file system for mounting to another location"
|
||||||
homepage "https://bindfs.org/"
|
homepage "https://bindfs.org/"
|
||||||
url "https://bindfs.org/downloads/bindfs-1.18.0.tar.gz"
|
url "https://bindfs.org/downloads/bindfs-1.18.3.tar.gz"
|
||||||
sha256 "46fcf95b871109265e93cd42e5ae282c722716488ad9f0da1e1f98535be37f7a"
|
sha256 "178a723d7039bae3ab1cef2fc93e5e8693c4184f52519c0e9a1deee93b838df1"
|
||||||
license "GPL-2.0-or-later"
|
license "GPL-2.0-or-later"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
@ -26,7 +26,7 @@ class BindfsMac < Formula
|
||||||
depends_on :macos
|
depends_on :macos
|
||||||
|
|
||||||
def install
|
def install
|
||||||
setup_fuse
|
setup_fuse3
|
||||||
# https://github.com/mpartel/bindfs/issues/163#issuecomment-2854763292
|
# https://github.com/mpartel/bindfs/issues/163#issuecomment-2854763292
|
||||||
ENV.append "CFLAGS", "-D_DARWIN_C_SOURCE"
|
ENV.append "CFLAGS", "-D_DARWIN_C_SOURCE"
|
||||||
configure = build.head? ? "./autogen.sh" : "./configure"
|
configure = build.head? ? "./autogen.sh" : "./configure"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue