Files
homebrew-cask/Casks/c/chatology.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
390 B
Ruby

cask "chatology" do
version "1.2.5"
sha256 "c47e8af749553e2c3b02b390b1d4d30fc2dec32cd7e01f85bc1699b770039a8a"
url "https://cdn.flexibits.com/Chatology_#{version}.zip"
name "Chatology"
desc "Chat manager and message search software"
homepage "https://flexibits.com/chatology"
depends_on macos: ">= :el_capitan"
app "Chatology.app"
caveats do
discontinued
end
end