homebrew-cask/Casks/tikzit.rb

15 lines
459 B
Ruby

cask "tikzit" do
version "2.1.6"
sha256 "4c7e2de7f021805272505b5313890ec4bcd42e2a66c2de7af74a866e5c96a3ed"
# github.com/tikzit/tikzit/ was verified as official when first introduced to the cask
url "https://github.com/tikzit/tikzit/releases/download/v#{version}/tikzit-osx.dmg"
appcast "https://github.com/tikzit/tikzit/releases.atom"
name "TikZiT"
homepage "https://tikzit.github.io/"
depends_on macos: ">= :sierra"
app "TikZiT.app"
end