homebrew-cask/Casks/airflow.rb

21 lines
811 B
Ruby
Raw Normal View History

2016-01-03 23:28:14 +08:00
cask 'airflow' do
2018-02-10 06:45:00 +08:00
version '2.3.1-u1'
sha256 'f6cecbc2865238c775f2a83656c3efcdc9443783bf613624b4ac908e9ef87811'
2016-01-03 23:28:14 +08:00
2016-02-11 23:41:27 +08:00
# amazonaws.com/Airflow was verified as official when first introduced to the cask
2018-02-10 06:45:00 +08:00
url "https://s3.amazonaws.com/Airflow/Download/Airflow%20#{version}.zip"
appcast 'https://s3.amazonaws.com/Airflow/Updates/appcast-osx.xml',
2018-01-30 05:53:04 +08:00
checkpoint: '426092153bedb33ba0c3c8cc81ede2e32c6cf4463f94dc51f052dbfbecf87ae8'
2016-01-03 23:28:14 +08:00
name 'Airflow'
homepage 'https://airflowapp.com/'
2016-01-03 23:28:14 +08:00
app 'Airflow.app'
2017-11-18 17:35:03 +08:00
zap trash: [
'~/Library/Application Support/Airflow',
'~/Library/Caches/com.bitcavehq.Airflow',
'~/Library/Preferences/com.bitcavehq.Airflow.plist',
'~/Library/Saved Application State/com.bitcavehq.Airflow.savedState',
]
2016-01-03 23:28:14 +08:00
end