homebrew-cask/Casks/blueharvest.rb

13 lines
465 B
Ruby
Raw Normal View History

class Blueharvest < Cask
version '5.5.9'
sha256 '4711a2ecdaee8364ef7e63d8bfb34d5539cd0e8f20b95fe31028bbcc6b22684f'
2014-04-23 11:51:56 +08:00
url 'http://zeroonetwenty.com/downloads/BlueHarvest559.dmg'
2014-10-15 23:43:47 +08:00
appcast 'https://cp37.ezyreg.com/~zeroonet/downloads/versioninfo/sparkle/blueharvest.xml',
:sha256 => 'c07a961d3e61d0d607242fdab31118520e31b13e6f4f929060988e2d874029d4'
homepage 'http://zeroonetwenty.com/blueharvest/'
license :commercial
2014-09-16 00:05:19 +08:00
app 'BlueHarvest.app'
end