Skip to content

Commit

Permalink
macfuse@dev: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed May 2, 2024
1 parent 7efa202 commit 413afdc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Casks/m/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
cask "macfuse@dev" do
version "4.7.2"
sha256 "cd85131f1329c3f5d8bc2324bd51cb25dbf38125feb298693f9278f2872f2dd2"

url "https://github.com/osxfuse/osxfuse/releases/download/macfuse-#{version}/macfuse-#{version}.dmg",
verified: "github.com/osxfuse/osxfuse/"
name "macFUSE"
desc "File system integration"
homepage "https://osxfuse.github.io/"

livecheck do
url "https://osxfuse.github.io/releases/DeveloperRelease.plist"
regex(/macfuse[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
end

auto_updates true
conflicts_with cask: "macfuse"
depends_on macos: ">= :sierra"

pkg "Extras/macFUSE #{version}.pkg"

postflight do
set_ownership ["/usr/local/include", "/usr/local/lib"]
end

uninstall pkgutil: [
"io.macfuse.installer.components.core",
"io.macfuse.installer.components.preferencepane",
]

zap trash: "/Library/PreferencePanes/macFUSE.prefPane"

caveats do
kext
end
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"jenkins-menu": "all",
"keka@beta": "all",
"kitty@nightly": "all",
"macfuse@dev": "all",
"majsoul-plus": "all",
"messenger-native": "all",
"mongotron": "all",
Expand Down

0 comments on commit 413afdc

Please sign in to comment.