mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
495 B
Ruby
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
|