homebrew-cask/Casks/seafile-client.rb

13 lines
388 B
Ruby
Raw Normal View History

2014-11-14 01:26:53 +08:00
cask :v1 => 'seafile-client' do
2015-03-30 10:59:49 +08:00
version '4.1.3'
sha256 '936da2e40ae38cf0594af4040a2395f712b14d6aefc39e1d13d2f3f587a922c4'
2015-01-18 11:21:13 +08:00
# bitbucket.org is the official download host per the vendor homepage
2014-09-26 20:09:10 +08:00
url "https://bitbucket.org/haiwen/seafile/downloads/seafile-client-#{version}.dmg"
2015-04-26 23:47:45 +08:00
name 'Seafile Client'
homepage 'http://seafile.com/'
license :gpl
2014-09-16 00:06:17 +08:00
app 'Seafile Client.app'
2013-08-12 04:15:58 +08:00
end