homebrew-cask/Casks/seafile-client.rb

13 lines
425 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'seafile-client' do
2016-01-27 16:03:40 +08:00
version '5.0.3'
sha256 '612d8f00fffe208f0bda559c02013685d546f174e06c5107c2abd1c4c698f1c1'
2016-03-11 05:58:29 +08:00
# bintray.com/artifact/download/seafile-org was verified as official when first introduced to the cask
url "https://bintray.com/artifact/download/seafile-org/seafile/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