From 867a96184267795ab5bc26ec4be05c1f4e82176e Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 20 Nov 2023 14:29:29 +0100 Subject: [PATCH 1/2] Change the name of the paragon-extfs manual installer The old path didn't exist on my machine, whereas the new one does. --- Casks/p/paragon-extfs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/paragon-extfs.rb b/Casks/p/paragon-extfs.rb index d6b0558398..b99b117f27 100644 --- a/Casks/p/paragon-extfs.rb +++ b/Casks/p/paragon-extfs.rb @@ -16,7 +16,7 @@ cask "paragon-extfs" do depends_on macos: ">= :sierra" - installer manual: "Install extFS for Mac.app" + installer manual: "FSInstaller.app" uninstall kext: "com.paragon-software.filesystems.extfs", launchctl: "com.paragon-software.extfs*", From 46c90e53bd6f2c410362ed47eac964ec21c16a2b Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 20 Nov 2023 12:19:10 -0800 Subject: [PATCH 2/2] paragon-extfs 12.1.19 --- Casks/p/paragon-extfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/p/paragon-extfs.rb b/Casks/p/paragon-extfs.rb index b99b117f27..aaefefd47e 100644 --- a/Casks/p/paragon-extfs.rb +++ b/Casks/p/paragon-extfs.rb @@ -1,8 +1,8 @@ cask "paragon-extfs" do - version "11.9.18" + version "12.1.19" sha256 :no_check - url "https://dl.paragon-software.com/demo/trial_extfs.dmg" + url "https://dl.paragon-software.com/demo/trial_extfs12.dmg" name "extFS for Mac by Paragon Software" desc "Read/write support for ext2/3/4 formatted volumes" homepage "https://www.paragon-software.com/home/extfs-mac/"