cask 'airflow' do version '2.3.1-u1' sha256 'f6cecbc2865238c775f2a83656c3efcdc9443783bf613624b4ac908e9ef87811' # amazonaws.com/Airflow was verified as official when first introduced to the cask url "https://s3.amazonaws.com/Airflow/Download/Airflow%20#{version}.zip" appcast 'https://s3.amazonaws.com/Airflow/Updates/appcast-osx.xml', checkpoint: '426092153bedb33ba0c3c8cc81ede2e32c6cf4463f94dc51f052dbfbecf87ae8' name 'Airflow' homepage 'https://airflowapp.com/' app 'Airflow.app' 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', ] end