homebrew-cask/Casks/thought-train.rb

14 lines
413 B
Ruby

cask "thought-train" do
version "1.4"
sha256 "f135917e56bdc150923beb28d0005f1d00167f6b90ee67abb0e5d549ce39d0b4"
url "https://thoughttrain.cc/downloads/thought-train-#{version}.pkg"
appcast "https://github.com/marcperel/thought-train-production/releases.atom"
name "Thought Train"
homepage "https://www.thoughttrain.cc/"
pkg "thought-train-#{version}.pkg"
uninstall pkgutil: "thought-train"
end