Files
homebrew-cask/Casks/c/cleartext.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

12 lines
333 B
Ruby

cask "cleartext" do
version "2.45"
sha256 "4b3d44a0666c2bf2dd838c0f190e9a5678b2dc4d76e83d70fe091295d4cabdbc"
url "https://github.com/mortenjust/cleartext-mac/releases/download/#{version}/Cleartext.zip"
name "Cleartext"
desc "Text editor"
homepage "https://github.com/mortenjust/cleartext-mac"
app "Cleartext.app"
end