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
version '5.1.3'
sha256 '520162d9e2e2eae2f31f6e575772c48094a9198964ba8a7da22cd77c331bf7a8'
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