excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / n / netron.rb
blob59b9f880fe26b3890e97e4ae716fa4607f22abcc
1 cask "netron" do
2   version "8.0.4"
3   sha256 "fd0ef9618b2f9c5b3579d89f217e95185522bf3a1a58fa569c7e7ac199de9946"
5   url "https://github.com/lutzroeder/netron/releases/download/v#{version}/Netron-#{version}-mac.zip"
6   name "Netron"
7   desc "Visualiser for neural network, deep learning, and machine learning models"
8   homepage "https://github.com/lutzroeder/netron"
10   auto_updates true
12   app "Netron.app"
14   zap trash: [
15     "~/Library/Application Support/Netron",
16     "~/Library/Preferences/com.lutzroeder.netron.plist",
17     "~/Library/Saved Application State/com.lutzroeder.netron.savedState",
18   ]
19 end