Browse Source

Update android-studio-canary to 3.0.0.17,171.4402976 (#4624)

* Update android-studio-canary to 3.0.0.17,171.4402976

* Update android-studio-canary.rb

* Update android-studio-canary.rb
master
ayatk 7 years ago
committed by commitay
parent
commit
53303dc120
  1. 11
      Casks/android-studio-canary.rb

11
Casks/android-studio-canary.rb

@ -1,12 +1,15 @@
cask 'android-studio-canary' do
version '3.0.0.16,171.4392136'
sha256 '5ffba5bec8b8795ccacfe6f7116822b2dbb865f3e536d711e60d1b3575d930f7'
version '3.0.0.17,171.4402976'
sha256 'b96a13a25562c44a3b213c25afa0c64eab888e653f71b16b1edf940efecabfdf'
# google.com/dl/android/studio was verified as official when first introduced to the cask
url "https://dl.google.com/dl/android/studio/ide-zips/#{version.before_comma}/android-studio-ide-#{version.after_comma}-mac.zip"
name 'Android Studio Canary'
homepage 'https://sites.google.com/a/android.com/tools/download/studio/canary'
homepage 'https://developer.android.com/studio/preview/'
app "Android Studio #{version.major_minor}.app"
conflicts_with cask: 'android-studio'
app 'Android Studio.app'
zap delete: [
"~/Library/Application Support/AndroidStudioPreview#{version.major_minor}",

Loading…
Cancel
Save