homebrew-cask/Casks/realm-studio.rb

12 lines
386 B
Ruby
Raw Normal View History

2017-10-21 07:39:12 +08:00
cask 'realm-studio' do
2018-06-20 01:42:18 +08:00
version '2.3.2'
sha256 '04f1a9ffd987c151b9e6f0267ed18aaee4858af731c8635321f478e8078d6f47'
2017-10-21 07:39:12 +08:00
url "https://static.realm.io/downloads/realm-studio/Realm%20Studio-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://static.realm.io/downloads/realm-studio/latest-mac.yml'
2017-10-21 07:39:12 +08:00
name 'Realm Studio'
homepage 'https://realm.io/products/realm-studio/'
app 'Realm Studio.app'
end