homebrew-cask/Casks/airfile.rb

15 lines
557 B
Ruby
Raw Normal View History

2014-11-14 01:25:20 +08:00
cask :v1 => 'airfile' do
2014-11-17 05:42:36 +08:00
version '2.8.2'
sha256 'ab8792e538462b8f8fc6b44af28dd2fe9d16af3f955cd2cfcc7ed6f88fb87e9a'
2014-10-13 23:09:40 +08:00
2014-11-17 05:42:36 +08:00
# amazonaws.com is the official download host per the vendor homepage
2014-10-17 20:20:53 +08:00
url "https://s3.amazonaws.com/airfile-static/__apps__/airfile/AirFile-#{version}.zip"
2015-01-04 10:38:56 +08:00
name 'AirFile'
2015-05-23 01:19:54 +08:00
appcast 'https://s3.amazonaws.com/airfile-static/__apps__/airfile/appcast.xml',
:sha256 => '8593304382bcd34bfbf85efe09f2cc7f00bac0955258decdf46edd4f57a0db38'
2014-10-13 23:09:40 +08:00
homepage 'http://airfileapp.tumblr.com/'
2014-11-17 05:42:36 +08:00
license :commercial
2014-10-13 23:09:40 +08:00
2014-10-28 22:39:18 +08:00
app 'AirFile.app'
2014-10-13 23:09:40 +08:00
end