homebrew-cask/Casks/markcat.rb

12 lines
373 B
Ruby
Raw Normal View History

cask 'markcat' do
version '1.0.2'
sha256 '85503e6c26a079371f49fffb4ef10256b0595a10c7f109af15f6973fa5266932'
url "https://github.com/ma-tu/markcat/releases/download/v#{version}/MarkCat-darwin-x64.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/ma-tu/markcat/releases.atom'
name 'MarkCat'
homepage 'https://github.com/ma-tu/markcat'
2017-09-13 21:29:24 +08:00
app 'MarkCat-darwin-x64/MarkCat.app'
end