Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / nteract.rb
blob3c6c5b6616ebf5b6990db2d32f3a7f413e6ad47a
1 cask "nteract" do
2   version "0.28.0"
3   sha256 "de65abe5ed76489217a9c29bcc177aa5b2ee2f0657cd017301af33280ca8a737"
5   url "https://github.com/nteract/nteract/releases/download/v#{version}/nteract-#{version}.dmg"
6   name "nteract"
7   desc "Interactive computing suite"
8   homepage "https://github.com/nteract/nteract"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   auto_updates true
17   app "nteract.app"
19   uninstall delete: "/usr/local/bin/nteract"
21   zap trash: [
22     "~/Library/Application Support/Caches/nteract-updater",
23     "~/Library/Application Support/nteract",
24     "~/Library/Logs/nteract",
25     "~/Library/Preferences/io.nteract.nteract.plist",
26     "~/Library/Saved Application State/io.nteract.nteract.savedState",
27   ]
29   caveats do
30     requires_rosetta
31   end
32 end