homebrew-cask/Casks/l/livebook.rb

15 lines
475 B
Ruby

cask "livebook" do
version "0.10.0"
sha256 "be953c0074f2405ccbf0eb5495f61eb4b4374cc36e544fc650ece45034f96fd0"
url "https://github.com/livebook-dev/livebook/releases/download/v#{version}/LivebookInstall-v#{version}-macos-universal.dmg",
verified: "github.com/livebook-dev/livebook/"
name "Livebook"
desc "Code notebooks for Elixir developers"
homepage "https://livebook.dev/"
app "Livebook.app"
zap trash: "~/Library/Application Support/livebook"
end