homebrew-cask/Casks/fileshuttle.rb

13 lines
506 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'fileshuttle' do
version '2.1'
sha256 '431b7cb2161eace5b8d39146bdd1b7cc9a85d335eb29175c1a1879208928565a'
2014-09-26 20:08:54 +08:00
url "http://fileshuttle.io/fileshuttle-#{version}.zip"
2014-10-15 23:43:49 +08:00
appcast 'http://updates.getfileshuttle.com/update.xml',
:sha256 => 'ebb32260fb12727694a0f888cb264285ae219fa98ef6458d725b647f47a2c9e5'
homepage 'http://fileshuttle.io/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:34 +08:00
app 'FileShuttle.app'
end