homebrew-cask/Casks/meocloud.rb

14 lines
559 B
Ruby
Raw Normal View History

2014-11-14 01:26:22 +08:00
cask :v1 => 'meocloud' do
version '0.2.7'
sha256 'c03824e1173d4df7ea6b79822ccd0ab5f4bc6a3e1a85a5308ecf751f31785c15'
2014-09-26 20:09:02 +08:00
url "https://meocloud.pt/binaries/osx/MEOCloud-#{version}.dmg"
2014-10-25 23:09:05 +08:00
appcast 'https://services.sapo.pt/Application/Catalog/Update?appid=pt.sapo.mac.cloudpt',
:sha256 => '0b3224464231b94ad2b2fb81a19beee7a6655e2efa09f8de04f0ba659fd933eb'
2015-04-18 02:56:30 +08:00
name 'MEO Cloud'
2014-05-05 17:41:51 +08:00
homepage 'https://meocloud.pt'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:56 +08:00
app 'MEOCloud.app'
2014-05-05 17:41:51 +08:00
end