From e841f507d3b872d9bc0911974b13ffd0c4bf043f Mon Sep 17 00:00:00 2001 From: ntfstool Date: Wed, 28 Feb 2024 17:37:33 +0800 Subject: [PATCH] ntfstool 3.5.1 Signed-off-by: Patrick Linnane --- Casks/n/ntfstool.rb | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Casks/n/ntfstool.rb b/Casks/n/ntfstool.rb index ef3d3e4f9b..21612f6c32 100644 --- a/Casks/n/ntfstool.rb +++ b/Casks/n/ntfstool.rb @@ -1,19 +1,15 @@ cask "ntfstool" do - version "2.3.2" - sha256 "4c8179aebdd171bf1b6ef2d58a4cf89c5f92cab17be68abc4ddfa1ee3b004112" + version "3.5.1" + sha256 "3d910b02c9267d9d48aa031f9ea1d1c39af3171d9f012b1fa421e6af382a58ad" - url "https://github.com/ntfstool/ntfstool/releases/download/#{version}/NTFSTool-#{version}.dmg" + url "https://github.com/ntfstool/ntfstool/releases/download/#{version}/ntfstool#{version}.zip" name "NTFSTool" desc "Utility that provides NTFS read and write support" homepage "https://github.com/ntfstool/ntfstool" auto_updates true - depends_on cask: "macfuse" - app "NTFSTool.app" + app "Ntfstool.app" - zap trash: [ - "~/Library/Logs/NTFSTool", - "~/Library/Preferences/com.ntfstool.aile.plist", - ] + zap trash: "~/.ntfstool" end