Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / nimble-commander.rb
blob51e013aa409795e5899ccbb0073e361889aa9d0b
1 cask "nimble-commander" do
2   version "1.7.0,4198"
3   sha256 "9908171295f2eaa556f54fe19c77870cf2174611e2271bf26cedfdd9925e5cbf"
5   url "https://magnumbytes.com/downloads/releases/nimble-commander-#{version.csv.first}(#{version.csv.second}).dmg"
6   name "Nimble Commander"
7   desc "Dual-pane file manager"
8   homepage "https://magnumbytes.com/"
10   livecheck do
11     url "https://magnumbytes.com/downloads/releases/sparkle-nimble-commander.xml"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :catalina"
18   app "Nimble Commander.app"
20   zap trash: [
21     "~/Library/Application Support/Nimble Commander",
22     "~/Library/Preferences/info.filesmanager.Files.plist",
23   ]
24 end