Files
homebrew-cask/Casks/s/seaglass.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

19 lines
446 B
Ruby

cask "seaglass" do
version "0.0.525-f5a1376"
sha256 "ff96050e21abef5e11bba60a3c6e6a98a303239a0c36637c8ceb8fa539c7f93a"
url "https://github.com/neilalexander/seaglass/releases/download/#{version}/Seaglass-#{version}.zip"
name "Seaglass"
desc "Matrix client"
homepage "https://github.com/neilalexander/seaglass/"
auto_updates true
depends_on macos: ">= :high_sierra"
app "Seaglass.app"
caveats do
discontinued
end
end