homebrew-cask/Casks/harvest.rb

13 lines
357 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'harvest' do
2015-08-27 03:40:38 +08:00
version '1.4.4'
sha256 '27d5f2a5dc9f954c6fb073a77ea6d17a16c69082a0b9a046682e26ab29fca9d9'
2015-08-09 08:23:50 +08:00
url "https://www.getharvest.com/harvest/mac/Harvest.#{version}.zip"
2014-05-14 21:40:00 +08:00
appcast 'https://www.getharvest.com/harvest/mac/appcast.xml'
2015-01-10 04:34:26 +08:00
name 'Harvest'
homepage 'https://www.getharvest.com/mac'
2015-09-03 03:15:10 +08:00
license :gratis
2014-09-16 00:05:40 +08:00
app 'Harvest.app'
2013-09-22 00:20:16 +08:00
end