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-11 05:08:27 +08:00
version '2.2.1'
sha256 '0d5b729e207cfc51cd03b87e8378e354d3af34ab70866875411e1eac3fd257ad'
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-11 05:08:27 +08:00
checkpoint: '733aae76d4b3e9630c81eec5b775283f6e05b4cb3fc4efc929783e2e64a30ed5'
2014-12-11 00:34:45 +08:00
name 'TodoTxtMac'
homepage 'https://mjdescy.github.io/TodoTxtMac/'
license :mit
app 'TodoTxtMac.app'
end