homebrew-cask/Casks/todotxt.rb

15 lines
568 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'todotxt' do
2016-04-26 06:33:18 +08:00
version '2.2.2'
sha256 '91ccf75682c41f08daba0a3e4ee9151770229cfbbb181ba85021096b9f2baf69'
2016-02-11 06:28:44 +08:00
# github.com/mjdescy/TodoTxtMac was verified as official when first introduced to the cask
2014-10-28 10:50:18 +08:00
url "https://github.com/mjdescy/TodoTxtMac/releases/download/#{version}/TodoTxtMac.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mjdescy/TodoTxtMac/releases.atom',
2016-04-26 06:33:18 +08:00
checkpoint: '6ae879807479d646a7b710b1299563ef439687dd085817e245175ad1c5843a75'
2014-12-11 00:34:45 +08:00
name 'TodoTxtMac'
homepage 'https://mjdescy.github.io/TodoTxtMac/'
license :mit
app 'TodoTxtMac.app'
end