Files
homebrew-cask/Casks/m/moebius.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
495 B
Ruby

cask "moebius" do
version "1.0.29"
sha256 "014e355767fa27796a6f5f5778b608a3a802ba064655c23776fa89f0dd1163ba"
url "https://github.com/blocktronics/moebius/releases/download/#{version}/Moebius.dmg",
verified: "github.com/blocktronics/moebius/"
name "Moebius"
desc "ANSI editor"
homepage "https://blocktronics.github.io/moebius/"
app "Moebius.app"
zap trash: [
"~/Library/Application Support/Moebius",
"~/Library/Preferences/org.andyherbert.moebius.plist",
]
end