Skip to content

Commit

Permalink
mounty: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed Mar 14, 2023
1 parent 3d57e6d commit 4ced7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/mounty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
version "2.0"
sha256 "52bfb90e54368c62ad6fb980af610c6b30094426bbd22853265a8788e7e4e8eb"

depends_on cask: "macfuse"
depends_on formula: "gromgit/fuse/ntfs-3g-mac"

livecheck do
url :homepage
regex(/Latest\s+version:\s*(\d+(?:\.\d+)+)/i)
Expand All @@ -22,9 +25,6 @@
desc "Re-mounts write-protected NTFS volumes"
homepage "https://mounty.app/"

depends_on cask: "macfuse"
depends_on formula: "gromgit/fuse/ntfs-3g-mac"

app "Mounty.app"

zap trash: "~/Library/Preferences/com.cu4uc.mounty.plist"
Expand Down

0 comments on commit 4ced7fc

Please sign in to comment.