mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
15 lines
475 B
Ruby
15 lines
475 B
Ruby
cask "livebook" do
|
|
version "0.11.4"
|
|
sha256 "566a9ea21ceb982020f4171347689bb175d252929914e0089063854d14d12ec2"
|
|
|
|
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
|