homebrew-cask/Casks/markright.rb

12 lines
361 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'markright' do
2016-08-31 19:13:54 +08:00
version '0.1.11'
sha256 '2d293121534a468e5f166e18eaa28f8db7e39a617b092e06c0d8b339191d9f47'
2015-11-09 10:58:28 +08:00
url "https://github.com/dvcrn/markright/releases/download/#{version}/MarkRight_Mac.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/dvcrn/markright/releases.atom'
2015-11-09 10:58:28 +08:00
name 'MarkRight'
homepage 'https://github.com/dvcrn/markright'
app 'MarkRight.app'
end