homebrew-cask/Casks/harvest.rb

11 lines
249 B
Ruby
Raw Normal View History

2013-09-22 00:20:16 +08:00
class Harvest < Cask
2014-09-17 19:42:47 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:04 +08:00
url 'https://www.getharvest.com/harvest/mac/Harvest.zip'
2014-05-14 21:40:00 +08:00
appcast 'https://www.getharvest.com/harvest/mac/appcast.xml'
2013-09-22 00:20:16 +08:00
homepage 'http://www.getharvest.com/mac'
2014-09-16 00:05:40 +08:00
app 'Harvest.app'
2013-09-22 00:20:16 +08:00
end