homebrew-cask/Casks/airfile.rb

15 lines
571 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'airfile' do
2014-11-17 05:42:36 +08:00
version '2.8.2'
sha256 'ab8792e538462b8f8fc6b44af28dd2fe9d16af3f955cd2cfcc7ed6f88fb87e9a'
2014-10-13 23:09:40 +08:00
2016-02-11 23:41:09 +08:00
# amazonaws.com/airfile-static was verified as official when first introduced to the cask
2014-10-17 20:20:53 +08:00
url "https://s3.amazonaws.com/airfile-static/__apps__/airfile/AirFile-#{version}.zip"
2015-05-23 01:19:54 +08:00
appcast 'https://s3.amazonaws.com/airfile-static/__apps__/airfile/appcast.xml',
checkpoint: '0ce8f8b0bc9cfef1a125876fd721167b2457e63f7abae2f5d959686b6ed61a3e'
name 'AirFile'
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