homebrew-cask/Casks/expo-xde.rb

14 lines
527 B
Ruby
Raw Normal View History

cask 'expo-xde' do
2017-09-27 08:08:03 +08:00
version '2.20.1'
sha256 '53309014713ea1064499891767b1137d0d0202afc23c56f7fd513fe6284e7b1e'
2016-10-01 13:41:28 +08:00
2017-09-27 14:23:15 +08:00
# github.com/expo/xde was verified as official when first introduced to the cask
2017-09-27 08:08:03 +08:00
url "https://github.com/expo/xde/releases/download/v#{version}/xde-#{version}.dmg"
2017-09-27 14:23:15 +08:00
appcast 'https://github.com/expo/xde/releases.atom',
checkpoint: '9025e19a272b131861a341d778fc044acb47fda005b6d80dd01b5f4654ff5dd2'
name 'Expo Development Environment (XDE)'
homepage 'https://expo.io/'
2016-10-01 13:41:28 +08:00
app 'Expo XDE.app'
2016-10-01 13:41:28 +08:00
end