homebrew-cask/Casks/markcat.rb

12 lines
373 B
Ruby

cask 'markcat' do
version '1.0.2'
sha256 '85503e6c26a079371f49fffb4ef10256b0595a10c7f109af15f6973fa5266932'
url "https://github.com/ma-tu/markcat/releases/download/v#{version}/MarkCat-darwin-x64.zip"
appcast 'https://github.com/ma-tu/markcat/releases.atom'
name 'MarkCat'
homepage 'https://github.com/ma-tu/markcat'
app 'MarkCat-darwin-x64/MarkCat.app'
end