homebrew-cask/Casks/pangu.rb

13 lines
433 B
Ruby
Raw Normal View History

2014-11-14 23:51:24 +08:00
cask :v1 => 'pangu' do
version '1.0.0'
sha256 '910c2fcc6bbaea54f2944eb275de9674bc4613bf79f1f60dbf8ad0064269a252'
# 25pp.com is the official download host per the vendor homepage
2014-11-14 23:51:24 +08:00
url "http://dl.pangu.25pp.com/jb/Pangu8_v#{version}.dmg"
2015-04-18 02:58:58 +08:00
name 'Pangu8'
2014-11-14 23:51:24 +08:00
homepage 'http://en.pangu.io/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-14 23:51:24 +08:00
app 'pangu8.app'
end