homebrew-cask/Casks/origin.rb

12 lines
389 B
Ruby
Raw Normal View History

2014-11-14 01:26:34 +08:00
cask :v1 => 'origin' do
2014-09-17 19:42:56 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 10:02:45 +08:00
# akamaihd.net is the official download host per the vendor homepage
url 'https://eaassets-a.akamaihd.net/Origin-Client-Download/origin/mac/Origin.dmg'
homepage 'http://origin.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:04 +08:00
app 'Origin.app'
2013-06-17 09:32:03 +08:00
end