Files
homebrew-cask/Casks/m/machg.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

16 lines
370 B
Ruby

cask "machg" do
version "1.0.2"
sha256 "af15173111c1d350ba5b62edf6fe5ab3a186cc8bdb6302455c4fb04f2a809305"
url "http://jasonfharris.com/machg/downloads/assets/MacHg#{version}.zip"
name "MacHg"
homepage "http://jasonfharris.com/machg/"
livecheck do
url "http://jasonfharris.com/machg/machg_appcast.xml"
strategy :sparkle
end
app "MacHg.app"
end