Files
homebrew-cask/Casks/t/thebrain.rb
2023-09-09 00:46:26 -04:00

19 lines
495 B
Ruby

cask "thebrain" do
version "13.0.36.0"
sha256 "d7a0ddd2980b8648abd8308f78771f932f3f920bac639f89d125ca73850179ee"
url "https://updater.thebrain.com/files/TheBrain#{version}.dmg"
name "TheBrain"
desc "Mind mapping and personal knowledge base software"
homepage "https://www.thebrain.com/"
livecheck do
url "https://salesapi.thebrain.com/?a=doDirectDownload&id=13000"
strategy :header_match
end
depends_on macos: ">= :mojave"
app "TheBrain #{version.major}.app"
end